Searched defs:SetInsertPoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h146 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } function in class:llvm::SCEVExpander::SCEVInsertPointGuard
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h180 void SetInsertPoint(BasicBlock *TheBB) { function in class:llvm::IRBuilderBase
187 void SetInsertPoint(Instruction *I) { function in class:llvm::IRBuilderBase
196 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
205 void SetInsertPoint(BasicBlock::iterator IP) { function in class:llvm::IRBuilderBase
[all...]

Completed in 169 milliseconds