Lines Matching refs:checkHazard
1726 /// resources and computed by checkHazard(). A fully in-order model
1768 bool SchedBoundary::checkHazard(SUnit *SU) {
1865 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU))
1981 // checkHazard should prevent scheduling multiple instructions per cycle that
2119 if (checkHazard(SU))
2150 if (checkHazard(*I)) {