Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp842 if (IsJumpTable) { in fixCFG()
955 if (IsJumpTable) in canPromoteCallsite()
973 if (IsJumpTable) in canPromoteCallsite()
1019 const unsigned TotalThreshold = IsJumpTable in canPromoteCallsite()
1065 if (!IsJumpTable && opts::ICPPeelForInline) { in canPromoteCallsite()
1270 if (IsJumpTable) in runOnFunctions()
1281 if (!IsJumpTable) in runOnFunctions()
1288 if (IsJumpTable) { in runOnFunctions()
1310 if (!N && !IsJumpTable) in runOnFunctions()
1343 if (!IsJumpTable) { in runOnFunctions()
[all …]
H A DInstrumentation.cpp383 const bool IsJumpTable = Function.getJumpTable(Inst); in instrumentFunction() local
384 if (IsJumpTable) in instrumentFunction()
427 if (IsJumpTable) { in instrumentFunction()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h208 const bool IsTailCall, const bool IsJumpTable,
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp3422 const bool IsJumpTable = getJumpTable(CallInst) != 0; in indirectCallPromotion() local
3547 if (IsJumpTable) { in indirectCallPromotion()
3636 if (!IsTailCall && !IsJumpTable) { in indirectCallPromotion()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp3056 const bool IsJumpTable = LastInstr && BC.MIB->getJumpTable(*LastInstr); in dumpGraph() local
3074 if (IsJumpTable) in dumpGraph()