Searched refs:OnlyAvailablePred (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp57 SUnit *OnlyAvailablePred = nullptr; local
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...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp215 SUnit *OnlyAvailablePred = nullptr; local
221 if (OnlyAvailablePred && OnlyAvailablePred != &PredSU)
223 OnlyAvailablePred = &PredSU;
226 return OnlyAvailablePred;
574 SUnit *OnlyAvailablePred = getSingleUnscheduledPred(SU);
575 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable)
580 remove(OnlyAvailablePred);
584 push(OnlyAvailablePred);
[all...]

Completed in 59 milliseconds