Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInstrItineraries.h156 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachinePipeliner.cpp2329 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert()