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

References

lib/Target/X86/X86CmovConversion.cpp
  446               MIDepthOpt = std::max(MIDepthOpt, Info.OptDepth);
  452               DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth,
  453               DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth);
  466         MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt);
  466         MaxDepth.OptDepth = std::max(MaxDepth.OptDepth, MIDepthOpt);
  471   unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
  472                                    LoopDepth[1].Depth - LoopDepth[1].OptDepth};