Home
last modified time | relevance | path

Searched refs:VPBB2IRBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp276 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()
H A DVPlanRecipes.cpp209 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()
H A DLoopVectorize.cpp2967 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()
H A DVPlan.h392 SmallDenseMap<VPBasicBlock *, BasicBlock *> VPBB2IRBB; member