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

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h180 void bumpCycle();
H A DHexagonMachineScheduler.cpp298 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpCycle() { function in class:ConvergingVLIWScheduler::VLIWSchedBoundary
345 bumpCycle();
402 bumpCycle();
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h718 void bumpCycle(unsigned NextCycle);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1794 void SchedBoundary::bumpCycle(unsigned NextCycle) { function in class:SchedBoundary
1981 bumpCycle(NextCycle);
1985 // resource limited. If a stall occurred, bumpCycle does this.
1991 // Update CurrMOps after calling bumpCycle to handle stalls, since bumpCycle
1999 bumpCycle(++NextCycle);
2068 bumpCycle(CurrCycle + 1);

Completed in 128 milliseconds