Lines Matching refs:LLI
309 OptReportLocationInfo LLI; in writeReport() local
323 LLI |= CI.second; in writeReport()
369 auto UStr = [UCDigits](OptReportLocationInfo &LLI) { in writeReport() argument
374 RS << LLI.UnrollCount; in writeReport()
382 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport() argument
387 RS << LLI.VectorizationFactor << "," << LLI.InterleaveCount; in writeReport()
395 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" : in writeReport()
397 OS << (LLI.Unrolled.Transformed && UnrolledCols < 2 ? in writeReport()
398 "U" + UStr(LLI) : (NothingUnrolled ? "" : " " + USpaces)); in writeReport()
399 OS << (LLI.Vectorized.Transformed && VectorizedCols < 2 ? in writeReport()
400 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces)); in writeReport()