Searched refs:getWeakLeft (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 3116 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function 3277 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3278 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 976 unsigned getWeakLeft(const SUnit *SU, bool isTop);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNSchedStrategy.cpp | 425 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 426 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak)) in tryCandidate()
|