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);
  465         MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth);
  465         MaxDepth.Depth = std::max(MaxDepth.Depth, MIDepth);
  471   unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
  472                                    LoopDepth[1].Depth - LoopDepth[1].OptDepth};
  506     WorthOptLoop = Diff[0] * 8 >= LoopDepth[0].Depth;
  509         (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) &&
  509         (Diff[1] - Diff[0]) * 2 >= (LoopDepth[1].Depth - LoopDepth[0].Depth) &&
  510         (Diff[1] * 8 >= LoopDepth[1].Depth);
  547           DepthMap[OperandToDefMap.lookup(&MI->getOperand(4))].Depth;
  549           DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth,
  550           DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth);