Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp95 struct OptReportLocationInfo { struct
104 OptReportLocationInfo &operator |= (const OptReportLocationInfo &RHS) { in operator |=() argument
117 bool operator < (const OptReportLocationInfo &RHS) const { in operator <() argument
145 OptReportLocationInfo>>>> LocationInfoTy;
282 OptReportLocationInfo MaxLI; in writeReport()
309 OptReportLocationInfo LLI; in writeReport()
311 std::map<int, OptReportLocationInfo> ColsInfo; in writeReport()
369 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport()
382 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport()
428 std::map<std::map<int, OptReportLocationInfo>, in writeReport()
[all …]