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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7103   auto Plan = std::make_unique<VPlan>(VPBB);
 7120     VPBlockUtils::insertBlockAfter(FirstVPBBForBB, VPBB);
 7121     VPBB = FirstVPBBForBB;
 7122     Builder.setInsertPoint(VPBB);
 7174       if (RecipeBuilder.tryToCreateRecipe(Instr, Range, Plan, VPBB))
 7180           Instr, Range, VPBB, PredInst2Recipe, Plan);
 7181       if (NextVPBB != VPBB) {
 7182         VPBB = NextVPBB;
 7183         VPBB->setName(BB->hasName() ? BB->getName() + "." + Twine(VPBBsForBB++)
 7201     Builder.setInsertPoint(VPBB);