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

/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h180 void bumpCycle();
H A DHexagonMachineScheduler.cpp295 void ConvergingVLIWScheduler::SchedBoundary::bumpCycle() { function in class:ConvergingVLIWScheduler::SchedBoundary
342 bumpCycle();
399 bumpCycle();
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1596 void bumpCycle(unsigned NextCycle);
2026 void GenericScheduler::SchedBoundary::bumpCycle(unsigned NextCycle) { function in class:GenericScheduler::SchedBoundary
2192 bumpCycle(NextCycle);
2196 // resource limited. If a stall occured, bumpCycle does this.
2267 bumpCycle(CurrCycle + 1);

Completed in 104 milliseconds