Searched refs:getWeakLeft (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineScheduler.cpp | 113 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 D | VLIWMachineScheduler.cpp | 493 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 D | MachineScheduler.cpp | 3435 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 D | GCNSchedStrategy.cpp | 528 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 D | MachineScheduler.h | 1205 unsigned getWeakLeft(const SUnit *SU, bool isTop);
|