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

References

lib/CodeGen/MachineScheduler.cpp
 3000     TryCand.Reason = NodeOrder;
 3005   if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
 3005   if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
 3006                  biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
 3010   if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess,
 3012                                                TryCand, Cand, RegExcess, TRI,
 3017   if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.CriticalMax,
 3019                                                TryCand, Cand, RegCritical, TRI,
 3034         tryLatency(TryCand, Cand, *Zone))
 3038     if (tryLess(Zone->getLatencyStallCycles(TryCand.SU),
 3039                 Zone->getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))
 3052     TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred();
 3053   if (tryGreater(TryCand.SU == TryCandNextClusterSU,
 3055                  TryCand, Cand, Cluster))
 3060     if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
 3060     if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
 3062                 TryCand, Cand, Weak))
 3067   if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.CurrentMax,
 3069                                                TryCand, Cand, RegMax, TRI,
 3075     TryCand.initResourceDelta(DAG, SchedModel);
 3076     if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
 3077                 TryCand, Cand, ResourceReduce))
 3079     if (tryGreater(TryCand.ResDelta.DemandedResources,
 3081                    TryCand, Cand, ResourceDemand))
 3086     if (!RegionPolicy.DisableLatencyHeuristic && TryCand.Policy.ReduceLatency &&
 3087         !Rem.IsAcyclicLatencyLimited && tryLatency(TryCand, Cand, *Zone))
 3091     if ((Zone->isTop() && TryCand.SU->NodeNum < Cand.SU->NodeNum)
 3092         || (!Zone->isTop() && TryCand.SU->NodeNum > Cand.SU->NodeNum)) {
 3093       TryCand.Reason = NodeOrder;