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

Declarations

include/llvm/CodeGen/MachineScheduler.h
  905 bool tryLess(int TryVal, int CandVal,

References

lib/CodeGen/MachineScheduler.cpp
 2684       if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(),
 2693       if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(),
 2884     return tryLess(TryP.getUnitInc(), CandP.getUnitInc(), TryCand, Cand,
 3038     if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
 3060     if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
 3076     if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
 3370   if (tryLess(Top.getLatencyStallCycles(TryCand.SU),
 3381   if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,