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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h780 void bumpNode(SUnit *SU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2249 void SchedBoundary::bumpNode(SUnit *SU) { function in class:SchedBoundary
2463 // This is useful information to dump after bumpNode.
3334 Top.bumpNode(SU);
3339 Bot.bumpNode(SU);
3497 Top.bumpNode(SU);

Completed in 51 milliseconds