Searched refs:tryLess (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2276 static bool tryLess(int TryVal, int CandVal, in tryLess() function 2315 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2325 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2480 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2485 if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 2609 if (tryLess(Zone.getLatencyStallCycles(TryCand.SU), in tryCandidate() 2626 if (tryLess(getWeakLeft(TryCand.SU, Zone.isTop()), in tryCandidate() 2639 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 2922 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 2927 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|