Home
last modified time | relevance | path

Searched refs:VectorPH (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1281 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local
1282 Builder.SetInsertPoint(VectorPH->getTerminator()); in execute()
1346 VecInd->addIncoming(SteppedStart, VectorPH); in execute()
1352 VecInd->addIncoming(LastInduction, VectorPH); in execute()
2412 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local
2413 EntryPart->addIncoming(Start, VectorPH); in execute()
2525 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local
2530 Builder.SetInsertPoint(VectorPH->getTerminator()); in execute()
2540 EntryPart->addIncoming(VectorInit, VectorPH); in execute()
2580 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local
[all …]
H A DVPlan.cpp737 BasicBlock *VectorPH = State->CFG.VPBB2IRBB[getPreheaderVPBB()]; in execute() local
738 Loop *ParentLoop = State->LI->getLoopFor(VectorPH); in execute()
H A DLoopVectorize.cpp9072 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local
9073 NewPointerPhi->addIncoming(ScalarStartValue, VectorPH); in execute()
9091 NewPointerPhi->addIncoming(InductionGEP, VectorPH); in execute()