Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8552 auto NewInsertionPoint = Builder.getInsertBlock()->getFirstNonPhi(); in createBlockInMask() local
8553 Builder.setInsertPoint(Builder.getInsertBlock(), NewInsertionPoint); in createBlockInMask()
8563 Builder.getInsertBlock()->insert(IVRecipe, NewInsertionPoint); in createBlockInMask()