Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h90 setInsertPoint(IP.getBlock(), IP.getPoint()); in restoreIP()
97 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() function
105 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() function
H A DVPlanHCFGBuilder.cpp191 VPIRBuilder.setInsertPoint(VPBB); in createVPInstructionsForVPBB()
H A DLoopVectorize.cpp6792 Builder.setInsertPoint(VPBB); in buildVPlanWithVPRecipes()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h272 void setInsertPoint(Instruction *IP) {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1681 setInsertPoint(IP); in expandCodeFor()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5044 Rewriter.setInsertPoint(&*IP); in Expand()