Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp303 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpCycle() { in bumpCycle() function in ConvergingVLIWScheduler::VLIWSchedBoundary
350 bumpCycle(); in bumpNode()
407 bumpCycle(); in pickOnlyChoice()
DHexagonMachineScheduler.h180 void bumpCycle();
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h727 void bumpCycle(unsigned NextCycle);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1889 void SchedBoundary::bumpCycle(unsigned NextCycle) { in bumpCycle() function in SchedBoundary
2076 bumpCycle(NextCycle); in bumpNode()
2094 bumpCycle(++NextCycle); in bumpNode()
2163 bumpCycle(CurrCycle + 1); in pickOnlyChoice()