Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp362 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpCycle() { in bumpCycle() function in ConvergingVLIWScheduler::VLIWSchedBoundary
410 bumpCycle(); in bumpNode()
475 bumpCycle(); in pickOnlyChoice()
H A DHexagonMachineScheduler.h199 void bumpCycle();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2293 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle() function in SchedBoundary
2488 bumpCycle(NextCycle); in bumpNode()
2510 bumpCycle(++NextCycle); in bumpNode()
2516 bumpCycle(++NextCycle); in bumpNode()
2580 bumpCycle(CurrCycle + 1); in pickOnlyChoice()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h784 void bumpCycle(unsigned NextCycle);