Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h185 bool checkHazard(SUnit *SU);
H A DMachineScheduler.h795 bool checkHazard(SUnit *SU);
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp361 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in ConvergingVLIWScheduler::VLIWSchedBoundary
379 if (ReadyCycle > CurrCycle || checkHazard(SU)) in releaseNode()
460 if (checkHazard(SU)) in releasePending()
H A DMachineScheduler.cpp2170 bool SchedBoundary::checkHazard(SUnit *SU) { in checkHazard() function in SchedBoundary
2283 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2573 if (checkHazard(*I)) { in pickOnlyChoice()