Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3874 BasicBlock *VectorLoopLatch = State.CFG.VPBB2IRBB[LatchVPBB]; in fixReduction() local
3907 VecRdxPhi->setIncomingValueForBlock(VectorLoopLatch, Sel); in fixReduction()
3918 Builder.SetInsertPoint(VectorLoopLatch->getTerminator()); in fixReduction()