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

References

tools/llvm-opt-report/OptReport.cpp
  195     bool Transformed = Remark.RemarkType == remarks::Type::Passed;
  201     for (const remarks::Argument &Arg : Remark.Args) {
  210     const Optional<remarks::RemarkLocation> &Loc = Remark.Loc;
  227     if (Remark.PassName == "inline") {
  228       auto &LI = LocationInfo[File][Line][Remark.FunctionName][Column];
  230     } else if (Remark.PassName == "loop-unroll") {
  231       auto &LI = LocationInfo[File][Line][Remark.FunctionName][Column];
  234     } else if (Remark.PassName == "loop-vectorize") {
  235       auto &LI = LocationInfo[File][Line][Remark.FunctionName][Column];