HomeSort by relevance Sort by last modified time
    Searched refs:OnlyAvailablePred (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 57 SUnit *OnlyAvailablePred = nullptr;
64 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
66 OnlyAvailablePred = &Pred;
70 return OnlyAvailablePred;
108 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
109 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable) return;
113 remove(OnlyAvailablePred);
117 push(OnlyAvailablePred);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 218 SUnit *OnlyAvailablePred = nullptr;
225 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
227 OnlyAvailablePred = &Pred;
230 return OnlyAvailablePred;
584 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
585 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable)
590 remove(OnlyAvailablePred);
594 push(OnlyAvailablePred);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 427 SUnit *OnlyAvailablePred = nullptr;
434 if (OnlyAvailablePred && OnlyAvailablePred != &Pred)
436 OnlyAvailablePred = &Pred;
439 return OnlyAvailablePred;

Completed in 9135 milliseconds