Home
last modified time | relevance | path

Searched refs:InsertII (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DInliner.cpp277 auto InsertII = FirstInlinedBB->eraseInstruction(CallInst); in inlineCall() local
306 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()
H A DBinaryPasses.cpp599 auto InsertII = BF.addCFIInstruction( in runOnFunctions() local
603 II = std::next(InsertII); in runOnFunctions()