reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineScheduler.h
  909 bool tryGreater(int TryVal, int CandVal,

References

lib/CodeGen/MachineScheduler.cpp
 2688     if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(),
 2697     if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(),
 2870   if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
 2897   return tryGreater(TryRank, CandRank, TryCand, Cand, Reason);
 3005   if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
 3053   if (tryGreater(TryCand.SU == TryCandNextClusterSU,
 3079     if (tryGreater(TryCand.ResDelta.DemandedResources,
 3375   if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(),
 3384   if (tryGreater(TryCand.ResDelta.DemandedResources,