Searched refs:getWeakLeft (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.cpp | 468 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice() 705 if (Q.getID() == TopQID && getWeakLeft(SU, true) == 0) { in SchedulingCost() 714 } else if (Q.getID() == BotQID && getWeakLeft(SU, false) == 0) { in SchedulingCost() 820 unsigned CurrWeak = getWeakLeft(*I, (Q.getID() == TopQID)); in pickNodeFromQueue() 821 unsigned CandWeak = getWeakLeft(Candidate.SU, (Q.getID() == TopQID)); in pickNodeFromQueue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 946 unsigned getWeakLeft(const SUnit *SU, bool isTop);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 3085 unsigned getWeakLeft(const SUnit *SU, bool isTop) { in getWeakLeft() function 3245 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop), in tryCandidate() 3246 getWeakLeft(Cand.SU, Cand.AtTop), in tryCandidate()
|