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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7647     VF = *MaybeVF;
 7649     IC = CM.selectInterleaveCount(VF.Width, VF.Cost);
 7649     IC = CM.selectInterleaveCount(VF.Width, VF.Cost);
 7662   if (VF.Width == 1) {
 7728     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7736     LLVM_DEBUG(dbgs() << "LV: Found a vectorizable loop (" << VF.Width
 7741   LVP.setBestPlan(VF.Width, IC);
 7763     InnerLoopVectorizer LB(L, PSE, LI, DT, TLI, TTI, AC, ORE, VF.Width, IC,
 7779              << NV("VectorizationFactor", VF.Width)