Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h84 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function
91 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function
100 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
107 void SetInsertPoint(Use &U) { in SetInsertPoint() function
/external/llvm/bindings/go/llvm/
Dir.go1188 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func