Searched refs:insertInstruction (Results 1 – 5 of 5) sorted by relevance
331 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()351 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()
191 Iter = BB.insertInstruction(Iter, NewInst); in insertInstructions()563 BB.insertInstruction(BB.begin(), std::move(NewInst)); in runOnFunctions()
1654 II = BB.insertInstruction(std::next(II), std::move(Return)); in runOnFunctions()
1802 CurBB->insertInstruction(InsertionPoint, std::move(NewInst)); in processInsertion()
754 iterator insertInstruction(iterator At, MCInst &&NewInst) { in insertInstruction() function759 iterator insertInstruction(iterator At, MCInst &NewInst) { in insertInstruction() function