Searched refs:OptimizeCalls (Results 1 – 1 of 1) sorted by relevance
1134 const bool OptimizeCalls = (opts::ICP == ICP_CALLS || opts::ICP == ICP_ALL); in runOnFunctions() local1179 ((HasIndirectCallProfile && !IsJumpTable && OptimizeCalls) || in runOnFunctions()1260 if (!IsJumpTable && (!HasIndirectCallProfile || !OptimizeCalls)) in runOnFunctions()