Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-opt-report/
H A DOptReport.cpp96 struct OptReportLocationInfo { struct
105 OptReportLocationInfo &operator |= (const OptReportLocationInfo &RHS) { in operator |=() argument
118 bool operator < (const OptReportLocationInfo &RHS) const { in operator <() argument
146 OptReportLocationInfo>>>> LocationInfoTy;
283 OptReportLocationInfo MaxLI; in writeReport()
310 OptReportLocationInfo LLI; in writeReport()
312 std::map<int, OptReportLocationInfo> ColsInfo; in writeReport()
370 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport()
383 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport()
429 std::map<std::map<int, OptReportLocationInfo>, in writeReport()
[all …]