Searched defs:getSingleUnscheduledPred (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp54 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
56 SUnit *LatencyPriorityQueue::getSingleUnscheduledPred(SUnit *SU) { function in class:LatencyPriorityQueue
79 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
108 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp213 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
215 SUnit *ResourcePriorityQueue::getSingleUnscheduledPred(SUnit *SU) { function in class:ResourcePriorityQueue
237 if (getSingleUnscheduledPred(I->getSUnit()) == SU)
582 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp425 /// getSingleUnscheduledPred - If there is exactly one unscheduled predecessor
427 static SUnit *getSingleUnscheduledPred(SUnit *SU) { function
510 if (getSingleUnscheduledPred(I->getSUnit()) == SU)

Completed in 114 milliseconds