Home
last modified time | relevance | path

Searched refs:insertBlockAfter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp561 VPBlockUtils::insertBlockAfter(SplitBlock, this); in splitAt()
870 VPBlockUtils::insertBlockAfter(LatchVPBB, HeaderVPBB); in createInitialVPlan()
874 VPBlockUtils::insertBlockAfter(TopRegion, VecPreheader); in createInitialVPlan()
876 VPBlockUtils::insertBlockAfter(MiddleVPBB, TopRegion); in createInitialVPlan()
895 VPBlockUtils::insertBlockAfter(VPExitBlock, MiddleVPBB); in createInitialVPlan()
H A DVPlan.h3584 static void insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) { in insertBlockAfter() function
H A DLoopVectorize.cpp8596 VPBlockUtils::insertBlockAfter(new VPBasicBlock(), VPBB); in tryToBuildVPlanWithVPRecipes()