Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1173 const bool HasIndirectCallProfile = in runOnFunctions() local
1179 ((HasIndirectCallProfile && !IsJumpTable && OptimizeCalls) || in runOnFunctions()
1250 const bool HasIndirectCallProfile = in runOnFunctions() local
1260 if (!IsJumpTable && (!HasIndirectCallProfile || !OptimizeCalls)) in runOnFunctions()