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)