Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp92 struct OptReportLocationInfo { struct
93 OptReportLocationItemInfo Inlined;
94 OptReportLocationItemInfo Unrolled;
95 OptReportLocationItemInfo Vectorized;
97 int VectorizationFactor = 1;
98 int InterleaveCount = 1;
99 int UnrollCount = 1;
101 OptReportLocationInfo &operator |= (const OptReportLocationInfo &RHS) { in operator |=()
114 bool operator < (const OptReportLocationInfo &RHS) const { in operator <()