Home
last modified time | relevance | path

Searched refs:ColsInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp312 std::map<int, OptReportLocationInfo> ColsInfo; in writeReport() local
320 ColsInfo[Col] = CI.second; in writeReport()
405 for (auto &J : ColsInfo) { in writeReport()