Searched refs:checkHazard (Results 1 – 4 of 4) sorted by relevance
277 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary295 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()376 if (checkHazard(SU)) in releasePending()
176 bool checkHazard(SUnit *SU);
715 bool checkHazard(SUnit *SU);
1768 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary1865 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU)) in releaseNode()2119 if (checkHazard(SU)) in releasePending()2150 if (checkHazard(*I)) { in pickOnlyChoice()