Searched refs:tryGreater (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2388 static bool tryGreater(int TryVal, int CandVal, in tryGreater() function 2414 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency() 2424 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency() 2594 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure() 2608 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason); in tryPressure() 2699 if (tryGreater(biasPhysRegCopy(TryCand.SU, Zone.isTop()), in tryCandidate() 2738 if (tryGreater(TryCand.SU == NextClusterSU, Cand.SU == NextClusterSU, in tryCandidate() 2760 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 2775 if (tryGreater(Zone.isNextSU(TryCand.SU), Zone.isNextSU(Cand.SU), in tryCandidate() 3051 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
|