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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h195 bool checkHazard(SUnit *SU);
H A DHexagonMachineScheduler.cpp336 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { function in class:ConvergingVLIWScheduler::VLIWSchedBoundary
354 if (ReadyCycle > CurrCycle || checkHazard(SU))
436 if (checkHazard(SU))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h754 bool checkHazard(SUnit *SU);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1927 /// resources and computed by checkHazard(). A fully in-order model
1992 bool SchedBoundary::checkHazard(SUnit *SU) { function in class:SchedBoundary
2105 checkHazard(SU) || (Available.size() >= ReadyListLimit);
2217 // checkHazard should prevent scheduling multiple instructions per cycle that
2395 if (checkHazard(*I)) {

Completed in 106 milliseconds