Searched refs:VPBB2IRBB (Results 1 – 4 of 4) sorted by relevance
276 BasicBlock *LoopVectorPreHeader = CFG.VPBB2IRBB[cast<VPBasicBlock>( in get()358 return VPBB2IRBB[LoopRegion->getPreheaderVPBB()]; in getPreheaderBBFor()423 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock()466 BasicBlock *PredBB = State->CFG.VPBB2IRBB[PredVPBB]; in execute()541 State->CFG.VPBB2IRBB[this] = BB; in executeRecipes()737 BasicBlock *VectorPH = State->CFG.VPBB2IRBB[getPreheaderVPBB()]; in execute()1023 BasicBlock *VectorLatchBB = State->CFG.VPBB2IRBB[LatchVPBB]; in execute()
209 BasicBlock *PredBB = State.CFG.VPBB2IRBB[PredVPBB]; in fixPhi()518 CondBr->setSuccessor(1, State.CFG.VPBB2IRBB[Header]); in generatePerPart()540 State.CFG.VPBB2IRBB[Header]); in generatePerPart()667 .VPBB2IRBB[cast<VPBasicBlock>(getParent()->getSinglePredecessor())]; in generatePerPart()
2967 Loop *VectorLoop = LI->getLoopFor(State.CFG.VPBB2IRBB[LatchVPBB]); in fixVectorizedLoop()3105 NewPhi->addIncoming(State.get(Inc, 0), State.CFG.VPBB2IRBB[VPBB]); in fixNonInductionPHIs()7363 State.CFG.VPBB2IRBB[ExitVPBB], ExpandedSCEVs); in executePlan()7377 Loop *L = LI->getLoopFor(State.CFG.VPBB2IRBB[HeaderVPBB]); in executePlan()7402 cast<BranchInst>(State.CFG.VPBB2IRBB[ExitVPBB]->getTerminator()); in executePlan()
392 SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB; member