Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h296 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false)
297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin()
/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() argument
2368 << EndCycle << " II: " << II << "\n"; in insert()
2370 if (StartCycle > EndCycle) in insert()
2374 int termCycle = forward ? EndCycle + 1 : EndCycle - 1; in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h549 bool insert(SUnit *SU, int StartCycle, int EndCycle, int II);