Searched refs:tryLess (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2298 static bool tryLess(int TryVal, int CandVal, in tryLess() function 2337 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2347 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2506 return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand, in tryPressure() 2635 if (tryLess(Zone.getLatencyStallCycles(TryCand.SU), in tryCandidate() 2652 if (tryLess(getWeakLeft(TryCand.SU, Zone.isTop()), in tryCandidate() 2665 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 2951 if (tryLess(Top.getLatencyStallCycles(TryCand.SU), in tryCandidate() 2956 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
|