Home
last modified time | relevance | path

Searched refs:tryGreater (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2315 static bool tryGreater(int TryVal, int CandVal, in tryGreater() function
2341 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
2351 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2511 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand, in tryPressure()
2518 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason); in tryPressure()
2609 if (tryGreater(biasPhysRegCopy(TryCand.SU, Zone.isTop()), in tryCandidate()
2647 if (tryGreater(TryCand.SU == NextClusterSU, Cand.SU == NextClusterSU, in tryCandidate()
2668 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()
2683 if (tryGreater(Zone.isNextSU(TryCand.SU), Zone.isNextSU(Cand.SU), in tryCandidate()
2959 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()