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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h201 void bumpNode(SUnit *SU);
H A DHexagonMachineScheduler.cpp389 void ConvergingVLIWScheduler::VLIWSchedBoundary::bumpNode(SUnit *SU) { function in class:ConvergingVLIWScheduler::VLIWSchedBoundary
996 Top.bumpNode(SU);
999 Bot.bumpNode(SU);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h777 void bumpNode(SUnit *SU);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2205 void SchedBoundary::bumpNode(SUnit *SU) { function in class:SchedBoundary
2421 // This is useful information to dump after bumpNode.
3289 Top.bumpNode(SU);
3294 Bot.bumpNode(SU);
3452 Top.bumpNode(SU);

Completed in 177 milliseconds