Home
last modified time | relevance | path

Searched refs:getWeakLeft (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp467 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice()
704 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost()
713 } else if (Q.getID() == BotQID && getWeakLeft(SU, false) == 0) { in SchedulingCost()
819 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue()
820 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h930 unsigned getWeakLeft(const SUnit *SU, bool isTop);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2870 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function
3032 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
3033 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()