Searched defs:SetInsertPoint (Results 1 – 2 of 2) sorted by relevance
84 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function91 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function100 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function107 void SetInsertPoint(Use &U) { in SetInsertPoint() function
1188 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func