Searched refs:InsertII (Results 1 – 2 of 2) sorted by relevance
277 auto InsertII = FirstInlinedBB->eraseInstruction(CallInst); in inlineCall() local306 InsertII = InlinedBB->begin(); in inlineCall()330 InsertII = in inlineCall()331 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()350 InsertII = in inlineCall()351 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()391 return std::make_pair(FirstInlinedBB, InsertII); in inlineCall()
599 auto InsertII = BF.addCFIInstruction( in runOnFunctions() local603 II = std::next(InsertII); in runOnFunctions()