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

  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 53 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
55 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
78 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
107 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 214 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
216 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) {
238 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
584 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 421 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
423 static SUnit *getSingleUnscheduledPred(SUnit *SU) {
508 if (getSingleUnscheduledPred(I->getSUnit()) == SU)

Completed in 50 milliseconds