Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp113 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
114 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp493 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice()
709 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost()
718 } else if (Q.getID() == BotQID && getWeakLeft(SU, false) == 0) { in SchedulingCost()
825 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue()
826 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
H A DMachineScheduler.cpp3435 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function
3596 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
3597 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp528 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate()
529 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1205 unsigned getWeakLeft(const SUnit *SU, bool isTop);