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