Searched refs:VectorPH (Results 1 – 3 of 3) sorted by relevance
1281 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local1282 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() local2413 EntryPart->addIncoming(Start, VectorPH); in execute()2525 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local2530 Builder.SetInsertPoint(VectorPH->getTerminator()); in execute()2540 EntryPart->addIncoming(VectorInit, VectorPH); in execute()2580 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local[all …]
737 BasicBlock *VectorPH = State->CFG.VPBB2IRBB[getPreheaderVPBB()]; in execute() local738 Loop *ParentLoop = State->LI->getLoopFor(VectorPH); in execute()
9072 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute() local9073 NewPointerPhi->addIncoming(ScalarStartValue, VectorPH); in execute()9091 NewPointerPhi->addIncoming(InductionGEP, VectorPH); in execute()