Lines Matching refs:HeaderVPBB
7609 VPBasicBlock *HeaderVPBB = in executePlan() local
7611 Loop *L = LI->getLoopFor(State.CFG.VPBB2IRBB[HeaderVPBB]); in executePlan()
8028 VPBasicBlock *HeaderVPBB = in createBlockInMask() local
8030 auto NewInsertionPoint = HeaderVPBB->getFirstNonPhi(); in createBlockInMask()
8032 HeaderVPBB->insert(IV, HeaderVPBB->getFirstNonPhi()); in createBlockInMask()
8035 Builder.setInsertPoint(HeaderVPBB, NewInsertionPoint); in createBlockInMask()
8672 static void addUsersInExitBlock(VPBasicBlock *HeaderVPBB, in addUsersInExitBlock() argument
8756 VPBasicBlock *HeaderVPBB = new VPBasicBlock("vector.body"); in buildVPlanWithVPRecipes() local
8758 VPBlockUtils::insertBlockAfter(LatchVPBB, HeaderVPBB); in buildVPlanWithVPRecipes()
8759 auto *TopRegion = new VPRegionBlock(HeaderVPBB, LatchVPBB, "vector loop"); in buildVPlanWithVPRecipes()
8776 VPBasicBlock *VPBB = HeaderVPBB; in buildVPlanWithVPRecipes()
8782 if (VPBB != HeaderVPBB) in buildVPlanWithVPRecipes()
8833 HeaderVPBB->getFirstNonPhi() != VPBB->end()) { in buildVPlanWithVPRecipes()
8863 HeaderVPBB->setName("vector.body"); in buildVPlanWithVPRecipes()
8871 addUsersInExitBlock(HeaderVPBB, MiddleVPBB, OrigLoop, *Plan); in buildVPlanWithVPRecipes()
8951 Ind->moveBefore(*HeaderVPBB, HeaderVPBB->getFirstNonPhi()); in buildVPlanWithVPRecipes()