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

References

lib/CodeGen/MachineScheduler.cpp
 3364   if (!Cand.isValid()) {
 3371               Top.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))
 3371               Top.getLatencyStallCycles(Cand.SU), TryCand, Cand, Stall))
 3376                  Cand.SU == DAG->getNextClusterSucc(),
 3377                  TryCand, Cand, Cluster))
 3381   if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources,
 3382               TryCand, Cand, ResourceReduce))
 3385                  Cand.ResDelta.DemandedResources,
 3386                  TryCand, Cand, ResourceDemand))
 3390   if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) {
 3390   if (Cand.Policy.ReduceLatency && tryLatency(TryCand, Cand, Top)) {
 3395   if (TryCand.SU->NodeNum < Cand.SU->NodeNum)