Searched refs:InsertBlock (Results 1 – 3 of 3) sorted by relevance
77 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint() argument78 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
1255 BasicBlock *InsertBlock, in HandleByValArgumentInit() argument1258 IRBuilder<> Builder(InsertBlock, InsertBlock->begin()); in HandleByValArgumentInit()
177 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument178 : Block(InsertBlock), Point(InsertPoint) {} in InsertPoint()