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()
175 bool checkHazard(SUnit *SU);
723 bool checkHazard(SUnit *SU);
1862 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary1959 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU) || in releaseNode()2212 if (checkHazard(SU)) in releasePending()2245 if (checkHazard(*I)) { in pickOnlyChoice()