Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDVLIWMachineScheduler.h189 bool checkHazard(SUnit *SU);
HDMachineScheduler.h1023 bool checkHazard(SUnit *SU);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDVLIWMachineScheduler.cpp361 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary
379 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()
460 if (checkHazard(SU)) in releasePending()
HDMachineScheduler.cpp2457 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary
2572 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2888 if (checkHazard(*I)) { in pickOnlyChoice()