Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1751 MCInst *LastIndirectJump = nullptr; in postProcessIndirectBranches() local
1795 LastIndirectJump = &Instr; in postProcessIndirectBranches()
1854 JumpTables.size() == 1 && LastIndirectJump) { in postProcessIndirectBranches()
1855 BC.MIB->setJumpTable(*LastIndirectJump, LastJT, LastJTIndexReg, AllocId); in postProcessIndirectBranches()