Searched refs:checkHazard (Results 1 – 4 of 4) sorted by relevance
358 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary376 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()457 if (checkHazard(SU)) in releasePending()
2730 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary2857 HazardDetected = checkHazard(SU); in releaseNode()3183 if (checkHazard(*I)) { in pickOnlyChoice()
189 bool checkHazard(SUnit *SU);
1030 LLVM_ABI bool checkHazard(SUnit *SU);