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

References

lib/Target/X86/X86CmovConversion.cpp
  424     DepthInfo &MaxDepth = LoopDepth[I];
  471   unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
  471   unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth,
  472                                    LoopDepth[1].Depth - LoopDepth[1].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);