Searched refs:LatchVPBB (Results 1 – 2 of 2) sorted by relevance
869 VPBasicBlock *LatchVPBB = new VPBasicBlock("vector.latch"); in createInitialVPlan() local870 VPBlockUtils::insertBlockAfter(LatchVPBB, HeaderVPBB); in createInitialVPlan()871 auto *TopRegion = new VPRegionBlock(HeaderVPBB, LatchVPBB, "vector loop", in createInitialVPlan()1022 VPBasicBlock *LatchVPBB = getVectorLoopRegion()->getExitingBasicBlock(); in execute() local1023 BasicBlock *VectorLatchBB = State->CFG.VPBB2IRBB[LatchVPBB]; in execute()
2966 VPBasicBlock *LatchVPBB = VectorRegion->getExitingBasicBlock(); in fixVectorizedLoop() local2967 Loop *VectorLoop = LI->getLoopFor(State.CFG.VPBB2IRBB[LatchVPBB]); in fixVectorizedLoop()8932 VPBasicBlock *LatchVPBB = VectorLoopRegion->getExitingBasicBlock(); in adjustRecipesForReductions() local8933 Builder.setInsertPoint(&*LatchVPBB->begin()); in adjustRecipesForReductions()8986 assert(OrigExitingVPV->getDefiningRecipe()->getParent() != LatchVPBB && in adjustRecipesForReductions()