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