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

References

lib/CodeGen/MachineTraceMetrics.cpp
  787     getPHIDeps(UseMI, Deps, TBI.Pred, MTM.MRI);
  797     if (!DepTBI.isUsefulDominator(TBI))
  811   if (TBI.HasValidInstrHeights) {
  813     TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
  813     TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
  814     LLVM_DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\t' << UseMI);