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

References

tools/llvm-opt-report/OptReport.cpp
  315             int Col = CI.first;
  316             ColsInfo[Col] = CI.second;
  317             InlinedCols += CI.second.Inlined.Analyzed;
  318             UnrolledCols += CI.second.Unrolled.Analyzed;
  319             VectorizedCols += CI.second.Vectorized.Analyzed;
  320             LLI |= CI.second;