Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp277 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary
295 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()
376 if (checkHazard(SU)) in releasePending()
DHexagonMachineScheduler.h175 bool checkHazard(SUnit *SU);
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h723 bool checkHazard(SUnit *SU);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1862 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary
1959 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU) || in releaseNode()
2212 if (checkHazard(SU)) in releasePending()
2245 if (checkHazard(*I)) { in pickOnlyChoice()