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
73 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function80 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function95 void SetInsertPoint(Use &U) { in SetInsertPoint() function
471 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function478 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
481 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function488 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