Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h83 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
90 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
106 void SetInsertPoint(Use &U) { in SetInsertPoint() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1188 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func