Home
last modified time | relevance | path

Searched refs:splitInstructions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DValidateInternalCalls.cpp116 InstructionListType MovedInsts = BB.splitInstructions(&*InternalCall); in fixCFGForPIC()
H A DIndirectCallPromotion.cpp770 InstructionListType MovedInst = IndCallBlock.splitInstructions(&CallInst); in rewriteCall()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h776 InstructionListType splitInstructions(const MCInst *Inst) { in splitInstructions() function