Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h98 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
105 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() function
113 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() function
DVPlanHCFGBuilder.cpp209 VPIRBuilder.setInsertPoint(VPBB); in createVPInstructionsForVPBB()
DLoopVectorize.cpp8122 Builder.setInsertPoint(HeaderVPBB, NewInsertionPoint); in createBlockInMask()
8911 Builder.setInsertPoint(VPBB); in buildVPlanWithVPRecipes()
9102 Builder.setInsertPoint(InsertBlock, InsertBlock->getFirstNonPhi()); in buildVPlanWithVPRecipes()
9104 Builder.setInsertPoint(InsertBlock, std::next(PrevRecipe->getIterator())); in buildVPlanWithVPRecipes()
9261 Builder.setInsertPoint(WidenRecipe->getParent(), in adjustRecipesForReductions()
9305 Builder.setInsertPoint(LatchVPBB, LatchVPBB->begin()); in adjustRecipesForReductions()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h349 void setInsertPoint(Instruction *IP) {
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1363 Rewriter.setInsertPoint(BI); in createInvariantCond()
1969 Rewriter.setInsertPoint(L->getLoopPreheader()->getTerminator()); in predicateLoopExits()
DLoopPredication.cpp1188 Rewriter.setInsertPoint(IP); in predicateLoopExits()
DLoopIdiomRecognize.cpp2856 Expander.setInsertPoint(&*Builder.GetInsertPoint()); in recognizeShiftUntilZero()
DLoopStrengthReduce.cpp5327 Rewriter.setInsertPoint(&*IP); in Expand()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp1749 setInsertPoint(IP); in expandCodeForImpl()