Home
last modified time | relevance | path

Searched defs:IsJumpTable (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp810 const bool IsTailCall, const bool IsJumpTable, in fixCFG()
951 const bool IsJumpTable = BF->getJumpTable(Inst); in canPromoteCallsite() local
1094 const bool IsJumpTable = BB.getFunction()->getJumpTable(Inst); in printCallsiteInfo() local
1172 const bool IsJumpTable = Function.getJumpTable(Inst); in runOnFunctions() local
1252 const bool IsJumpTable = Function.getJumpTable(Inst); in runOnFunctions() local
H A DInstrumentation.cpp383 const bool IsJumpTable = Function.getJumpTable(Inst); in instrumentFunction() local
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3056 const bool IsJumpTable = LastInstr && BC.MIB->getJumpTable(*LastInstr); in dumpGraph() local
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp3422 const bool IsJumpTable = getJumpTable(CallInst) != 0; in indirectCallPromotion() local