Lines Matching defs:LLI
329 OptReportLocationInfo LLI;
343 LLI |= CI.second;
384 auto UStr = [UCDigits](OptReportLocationInfo &LLI) {
389 RS << LLI.UnrollCount;
397 ICDigits](OptReportLocationInfo &LLI) -> std::string {
402 if (LLI.VectorizationFactor.isScalable())
404 RS << LLI.VectorizationFactor.getKnownMinValue() << ","
405 << LLI.InterleaveCount;
413 OS << (LLI.Inlined.Transformed && InlinedCols < 2 ? "I" :
415 OS << (LLI.Unrolled.Transformed && UnrolledCols < 2 ?
416 "U" + UStr(LLI) : (NothingUnrolled ? "" : " " + USpaces));
417 OS << (LLI.Vectorized.Transformed && VectorizedCols < 2 ?
418 "V" + VStr(LLI) : (NothingVectorized ? "" : " " + VSpaces));