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.cpp384 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpCycle() { in bumpCycle() function in ConvergingVLIWScheduler::VLIWSchedBoundary
432 bumpCycle(); in bumpNode()
498 bumpCycle(); in pickOnlyChoice()
H A DMachineScheduler.cpp2880 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle() function in SchedBoundary
3101 bumpCycle(NextCycle); in bumpNode()
3123 bumpCycle(++NextCycle); in bumpNode()
3129 bumpCycle(++NextCycle); in bumpNode()
3195 bumpCycle(CurrCycle + 1); in pickOnlyChoice()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h193 void bumpCycle();
H A DMachineScheduler.h1047 LLVM_ABI void bumpCycle(unsigned NextCycle);