Searched defs:SetInsertPoint (Results 1 – 5 of 5) sorted by relevance
130 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint() function
571 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function578 void SetInsertPoint(BasicBlock* parent_block) { in SetInsertPoint() function
563 void SetInsertPoint(Instruction* insert_before) { in SetInsertPoint() function570 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