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

References

lib/Target/X86/X86CmovConversion.cpp
  444             MIDepth = std::max(MIDepth, Info.Depth);
  444             MIDepth = std::max(MIDepth, Info.Depth);
  464         DepthMap[&MI] = {MIDepth += Latency, MIDepthOpt += Latency};
  465         MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth);