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

References

tools/llvm-opt-report/OptReport.cpp
  317             InlinedCols += CI.second.Inlined.Analyzed;
  392         OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" :
  402           if ((J.second.Inlined.Transformed && InlinedCols > 1) ||
  407                    InlinedCols > 1 ? "I" : (NothingInlined ? "" : " "));