Searched refs:IndirectCallThreshold (Results 1 – 2 of 2) sorted by relevance
31 const int IndirectCallThreshold = 100; variable
774 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold); in visitCallSite()778 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost()); in visitCallSite()