Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h31 const int IndirectCallThreshold = 100; variable
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp793 CallAnalyzer CA(TTI, ACT, *F, InlineConstants::IndirectCallThreshold); in visitCallSite()
797 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost()); in visitCallSite()