Searched refs:checkHazard (Results 1 – 3 of 3) sorted by relevance
268 bool ConvergingVLIWScheduler::SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::SchedBoundary286 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()367 if (checkHazard(SU)) in releasePending()
176 bool checkHazard(SUnit *SU);
1120 bool checkHazard(SUnit *SU);1323 bool ConvergingScheduler::SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingScheduler::SchedBoundary1369 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()1500 if (checkHazard(SU)) in releasePending()1531 if (checkHazard(*I)) { in pickOnlyChoice()