Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h32 const int CallPenalty = 25; variable
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp768 Cost += InlineConstants::CallPenalty; in visitCallSite()
933 Cost += InlineConstants::CallPenalty; in analyzeBlock()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp348 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldInline()