Searched refs:CallPenalty (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DInlineCost.h31 const int CallPenalty = 25; member in namespace:llvm::InlineConstants
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp364 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp756 Cost += InlineConstants::CallPenalty;

Completed in 313 milliseconds