Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3359 MCInst ReturnInstr; in postProcessBranches() local
3360 BC.MIB->createReturn(ReturnInstr); in postProcessBranches()
3361 BB.addInstruction(ReturnInstr); in postProcessBranches()