Lines Matching defs:HeaderVPBB
2923 VPBasicBlock *HeaderVPBB = VectorRegion->getEntryBasicBlock();
2924 BasicBlock *HeaderBB = State.CFG.VPBB2IRBB[HeaderVPBB];
7763 VPBasicBlock *HeaderVPBB = LoopRegion->getEntryBasicBlock();
7764 Loop *L = LI->getLoopFor(State.CFG.VPBB2IRBB[HeaderVPBB]);
8207 VPBasicBlock *HeaderVPBB = Plan.getVectorLoopRegion()->getEntryBasicBlock();
8208 auto NewInsertionPoint = HeaderVPBB->getFirstNonPhi();
8210 HeaderVPBB->insert(IV, NewInsertionPoint);
8213 Builder.setInsertPoint(HeaderVPBB, NewInsertionPoint);
9302 VPBasicBlock *HeaderVPBB = Plan->getVectorLoopRegion()->getEntryBasicBlock();
9303 VPBasicBlock *VPBB = HeaderVPBB;
9319 if (VPBB != HeaderVPBB)
9323 if (VPBB == HeaderVPBB)
9365 // VPHeaderPHIRecipes must be kept in the phi section of HeaderVPBB. In
9367 // recipes and need to be moved to the phi section of HeaderVPBB:
9373 assert((HeaderVPBB->getFirstNonPhi() == VPBB->end() ||
9376 Recipe->insertBefore(*HeaderVPBB, HeaderVPBB->getFirstNonPhi());