Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:checkHazard

1820 /// resources and computed by checkHazard(). A fully in-order model
1862 bool SchedBoundary::checkHazard(SUnit *SU) {
1959 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU) ||
2075 // checkHazard should prevent scheduling multiple instructions per cycle that
2212 if (checkHazard(SU))
2245 if (checkHazard(*I)) {