Searched defs:SetInsertPoint (Results 1 – 10 of 10) sorted by relevance
119 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
130 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
146 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
609 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function616 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
180 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function187 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function196 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { 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
670 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function677 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
132 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function139 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function148 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
1196 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func