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

References

lib/CodeGen/MachineTraceMetrics.cpp
 1098       MIHeightMap::iterator HeightI = Heights.find(&MI);
 1108       bool HasPhysRegs = !MI.isPHI() && getDataDeps(MI, Deps, MTM.MRI);
 1108       bool HasPhysRegs = !MI.isPHI() && getDataDeps(MI, Deps, MTM.MRI);
 1112         Cycle = updatePhysDepsUpwards(MI, Cycle, RegUnits, MTM.SchedModel,
 1117         if (pushDepHeight(Dep, MI, Cycle, Heights, MTM.SchedModel, MTM.TII))
 1120       InstrCycles &MICycles = Cycles[&MI];
 1123         LLVM_DEBUG(dbgs() << Cycle << '\t' << MI);
 1128       LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << MI);