Home
last modified time | relevance | path

Searched refs:insertInstruction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp331 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()
351 std::next(InlinedBB->insertInstruction(InsertII, std::move(Inst))); in inlineCall()
H A DInstrumentation.cpp191 Iter = BB.insertInstruction(Iter, NewInst); in insertInstructions()
563 BB.insertInstruction(BB.begin(), std::move(NewInst)); in runOnFunctions()
H A DBinaryPasses.cpp1654 II = BB.insertInstruction(std::next(II), std::move(Return)); in runOnFunctions()
H A DShrinkWrapping.cpp1802 CurBB->insertInstruction(InsertionPoint, std::move(NewInst)); in processInsertion()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h754 iterator insertInstruction(iterator At, MCInst &&NewInst) { in insertInstruction() function
759 iterator insertInstruction(iterator At, MCInst &NewInst) { in insertInstruction() function