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