Searched refs:checkHazard (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h176 bool checkHazard(SUnit *SU);
H A DHexagonMachineScheduler.cpp269 bool ConvergingVLIWScheduler::SchedBoundary::checkHazard(SUnit *SU) { function in class:ConvergingVLIWScheduler::SchedBoundary
287 if (ReadyCycle > CurrCycle || checkHazard(SU))
368 if (checkHazard(SU))
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1586 bool checkHazard(SUnit *SU);
1885 bool GenericScheduler::SchedBoundary::checkHazard(SUnit *SU) { function in class:GenericScheduler::SchedBoundary
2016 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU))
2116 // checkHazard prevents scheduling multiple instructions per cycle that exceed
2225 if (checkHazard(SU))
2256 if (checkHazard(*I)) {

Completed in 108 milliseconds