reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7551   LoopVectorizationLegality LVL(L, PSE, DT, TTI, TLI, AA, F, GetLAA, LI, ORE,
 7569     return processLoopInVPlanNativePath(L, PSE, LI, DT, &LVL, TTI, TLI, DB, AC,
 7617   InterleavedAccessInfo IAI(PSE, L, DT, LI, LVL.getLAI());
 7751     InnerLoopUnroller Unroller(L, PSE, LI, DT, TLI, TTI, AC, ORE, IC, &LVL,
 7753     LVP.executePlan(Unroller, DT);
 7763     InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
 7765     LVP.executePlan(LB, DT);
 7810   DT = &DT_;
 7840         simplifyLoop(L, DT, LI, SE, AC, nullptr, false /* PreserveLCSSA */);
 7858     Changed |= formLCSSARecursively(*L, *DT, LI, SE);