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

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h176 bool checkHazard(SUnit *SU);
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/include/llvm/CodeGen/
H A DMachineScheduler.h715 bool checkHazard(SUnit *SU);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1726 /// resources and computed by checkHazard(). A fully in-order model
1768 bool SchedBoundary::checkHazard(SUnit *SU) { function in class:SchedBoundary
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)) {

Completed in 75 milliseconds