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

/external/llvm/include/llvm/Analysis/
H A DInlineCost.h30 const int IndirectCallThreshold = 100; member in namespace:llvm::InlineConstants
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp781 CallAnalyzer CA(DL, TTI, *F, InlineConstants::IndirectCallThreshold);
785 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());

Completed in 336 milliseconds