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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DInlineCost.h30 const int IndirectCallThreshold = 100; member in namespace:llvm::InlineConstants
/freebsd-10.2-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp787 CallAnalyzer CA(TD, TTI, *F, InlineConstants::IndirectCallThreshold);
791 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());

Completed in 100 milliseconds