Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp68 struct OptReportLocationItemInfo { struct
69 bool Analyzed = false;
70 bool Transformed = false;
72 OptReportLocationItemInfo &operator |= ( in operator |=()
80 bool operator < (const OptReportLocationItemInfo &RHS) const { in operator <()