Lines Matching refs:LLI
310 OptReportLocationInfo LLI; in writeReport() local
324 LLI |= CI.second; in writeReport()
370 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport() argument
375 RS << LLI.UnrollCount; in writeReport()
383 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport() argument
388 RS << LLI.VectorizationFactor << "," << LLI.InterleaveCount; in writeReport()
396 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : in writeReport()
398 OS << (LLI.Unrolled.Transformed && UnrolledCols < 2 ? in writeReport()
399 "U" + UStr(LLI) : (NothingUnrolled ? "" : " " + USpaces)); in writeReport()
400 OS << (LLI.Vectorized.Transformed && VectorizedCols < 2 ? in writeReport()
401 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()