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

  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 54 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
56 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
79 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
108 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 96 SUnit *getSingleUnscheduledPred(SUnit *SU);
ResourcePriorityQueue.h 136 SUnit *getSingleUnscheduledPred(SUnit *SU);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 215 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
217 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
239 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
584 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 424 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
426 static SUnit *getSingleUnscheduledPred(SUnit *SU) {
509 if (getSingleUnscheduledPred(I->getSUnit()) == SU)

Completed in 647 milliseconds