Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1019 const unsigned TotalThreshold = IsJumpTable in canPromoteCallsite() local
1027 if (100 * Targets[I].Branches < NumCalls * TotalThreshold) in canPromoteCallsite()