Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp142 static cl::opt<bool> ICPJumpTablesByTarget( variable
151 cl::aliasopt(ICPJumpTablesByTarget));
244 if (!opts::ICPJumpTablesByTarget && JT->Type == JumpTable::JTT_PIC) in getCallTargets()
988 (!IsJumpTable || opts::ICPJumpTablesByTarget)) { in canPromoteCallsite()
1042 if (!IsJumpTable || opts::ICPJumpTablesByTarget) { in canPromoteCallsite()
1357 (IsJumpTable && !opts::ICPJumpTablesByTarget) in runOnFunctions()