Home
last modified time | relevance | path

Searched defs:StartCycle (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h156 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2364 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert()