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

References

tools/llvm-opt-report/OptReport.cpp
  118     if (Inlined < RHS.Inlined)
  120     else if (RHS.Inlined < Inlined)
  122     else if (Unrolled < RHS.Unrolled)
  124     else if (RHS.Unrolled < Unrolled)
  126     else if (Vectorized < RHS.Vectorized)
  128     else if (RHS.Vectorized < Vectorized || Succinct)
  130     else if (VectorizationFactor < RHS.VectorizationFactor)
  132     else if (VectorizationFactor > RHS.VectorizationFactor)
  134     else if (InterleaveCount < RHS.InterleaveCount)
  136     else if (InterleaveCount > RHS.InterleaveCount)
  138     else if (UnrollCount < RHS.UnrollCount)