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

References

lib/CodeGen/MachineTraceMetrics.cpp
 1100         Cycle = HeightI->second;
 1112         Cycle = updatePhysDepsUpwards(MI, Cycle, RegUnits, MTM.SchedModel,
 1112         Cycle = updatePhysDepsUpwards(MI, Cycle, RegUnits, MTM.SchedModel,
 1117         if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII))
 1121       MICycles.Height = Cycle;
 1123         LLVM_DEBUG(dbgs() << Cycle << '\t' << MI);
 1127       TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Depth);
 1128       LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI);