Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h35 const int CallPenalty = 25; variable
/external/llvm/lib/Transforms/IPO/
DInliner.cpp271 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline()
/external/llvm/lib/Analysis/
DInlineCost.cpp640 Cost += InlineConstants::CallPenalty; in visitCallSite()