Searched refs:tryLess (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2371 static bool tryLess(int TryVal, int CandVal, in tryLess() function 2410 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2420 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2589 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2726 if (tryLess(Zone.getLatencyStallCycles(TryCand.SU), in tryCandidate() 2743 if (tryLess(getWeakLeft(TryCand.SU, Zone.isTop()), in tryCandidate() 2757 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3043 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 3048 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|