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());
 7629   LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE,
 7634   LoopVectorizationPlanner LVP(L, LI, TLI, TTI, &LVL, CM);
 7751     InnerLoopUnroller Unroller(L, PSE, LI, DT, TLI, TTI, AC, ORE, IC, &LVL,
 7763     InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
 7808   LI = &LI_;
 7838   for (auto &L : *LI)
 7840         simplifyLoop(L, DT, LI, SE, AC, nullptr, false /* PreserveLCSSA */);
 7847   for (Loop *L : *LI)
 7848     collectSupportedLoops(*L, LI, ORE, Worklist);
 7858     Changed |= formLCSSARecursively(*L, *DT, LI, SE);