Home
last modified time | relevance | path

Searched refs:EndCycle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DInstruction.h395 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false)
396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2358 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert() argument
2362 << EndCycle << " II: " << II << "\n"; in insert()
2364 if (StartCycle > EndCycle) in insert()
2368 int termCycle = forward ? EndCycle + 1 : EndCycle - 1; in insert()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h558 bool insert(SUnit *SU, int StartCycle, int EndCycle, int II);