Home
last modified time | relevance | path

Searched defs:OptReportLocationItemInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp71 struct OptReportLocationItemInfo { struct
72 bool Analyzed = false;
73 bool Transformed = false;
75 OptReportLocationItemInfo &operator |= ( in operator |=()
83 bool operator < (const OptReportLocationItemInfo &RHS) const { in operator <()