Home
last modified time | relevance | path

Searched refs:bumpCycle (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp387 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpCycle() { in bumpCycle() function in ConvergingVLIWScheduler::VLIWSchedBoundary
435 bumpCycle(); in bumpNode()
501 bumpCycle(); in pickOnlyChoice()
H A DMachineScheduler.cpp2587 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle() function in SchedBoundary
2808 bumpCycle(NextCycle); in bumpNode()
2830 bumpCycle(++NextCycle); in bumpNode()
2836 bumpCycle(++NextCycle); in bumpNode()
2900 bumpCycle(CurrCycle + 1); in pickOnlyChoice()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h193 void bumpCycle();
H A DMachineScheduler.h1040 void bumpCycle(unsigned NextCycle);