Searched defs:OptReportLocationInfo (Results 1 – 1 of 1) sorted by relevance
95 struct OptReportLocationInfo { struct96 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 <()