HomeSort by: relevance | last modified time | path
    Searched defs:checkHazard (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 336 bool ConvergingVLIWScheduler::VLIWSchedBoundary::checkHazard(SUnit *SU) {
354 if (ReadyCycle > CurrCycle || checkHazard(SU))
436 if (checkHazard(SU))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2069 /// resources and computed by checkHazard(). A fully in-order model
2165 bool SchedBoundary::checkHazard(SUnit *SU) {
2278 checkHazard(SU) || (Available.size() >= ReadyListLimit);
2390 // checkHazard should prevent scheduling multiple instructions per cycle that
2568 if (checkHazard(*I)) {

Completed in 27 milliseconds