Home
last modified time | relevance | path

Searched defs:SetInsertPoint (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h156 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h184 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
191 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
200 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1342 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func