Searched defs:SetInsertPoint (Results 1 – 9 of 9) sorted by relevance
119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
127 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
563 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function570 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
109 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function116 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function125 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
127 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function134 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function143 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
1196 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func
1249 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func