Searched refs:getWeakLeft (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonMachineScheduler.cpp | 467 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 D | MachineScheduler.h | 930 unsigned getWeakLeft(const SUnit *SU, bool isTop);
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2870 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()
|