Searched defs:checkHazard (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp277 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { function in class:ConvergingVLIWScheduler::VLIWSchedBoundary
295 if (ReadyCycle > CurrCycle || checkHazard(SU))
376 if (checkHazard(SU))
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1820 /// resources and computed by checkHazard(). A fully in-order model
1862 bool SchedBoundary::checkHazard(SUnit *SU) { function in class:SchedBoundary
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)) {

Completed in 180 milliseconds