Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp95 struct OptReportLocationInfo { struct
96 OptReportLocationItemInfo Inlined;
97 OptReportLocationItemInfo Unrolled;
98 OptReportLocationItemInfo Vectorized;
100 int VectorizationFactor = 1;
101 int InterleaveCount = 1;
102 int UnrollCount = 1;
104 OptReportLocationInfo &operator |= (const OptReportLocationInfo &RHS) { in operator |=()
117 bool operator < (const OptReportLocationInfo &RHS) const { in operator <()