Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp358 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary
376 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()
457 if (checkHazard(SU)) in releasePending()
H A DMachineScheduler.cpp2730 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary
2857 HazardDetected = checkHazard(SU); in releaseNode()
3183 if (checkHazard(*I)) { in pickOnlyChoice()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h189 bool checkHazard(SUnit *SU);
H A DMachineScheduler.h1030 LLVM_ABI bool checkHazard(SUnit *SU);