Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp410 VPBlockUtils::insertBlockAfter(SplitBlock, this); in splitAt()
H A DLoopVectorize.cpp8544 VPBlockUtils::insertBlockAfter(Region, VPBB); in handleReplication()
8546 VPBlockUtils::insertBlockAfter(RegSucc, Region); in handleReplication()
8885 VPBlockUtils::insertBlockAfter(LatchVPBB, HeaderVPBB); in buildVPlanWithVPRecipes()
8887 VPBlockUtils::insertBlockAfter(TopRegion, Preheader); in buildVPlanWithVPRecipes()
8889 VPBlockUtils::insertBlockAfter(MiddleVPBB, TopRegion); in buildVPlanWithVPRecipes()
8986 VPBlockUtils::insertBlockAfter(new VPBasicBlock(), VPBB); in buildVPlanWithVPRecipes()
9099 VPBlockUtils::insertBlockAfter(InsertBlock, Region); in buildVPlanWithVPRecipes()
H A DVPlan.h2482 static void insertBlockAfter(VPBlockBase *NewBlock, VPBlockBase *BlockPtr) { in insertBlockAfter() function