Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h33 const int CallPenalty = 25; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h38 const int CallPenalty = 25; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getSpecializationBonus()
415 InlineCost += CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getInlineSize()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp287 Cost2 + Cost - (InlineConstants::CallPenalty + 1) >= in shouldInline()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp256 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1); in shouldBeDeferred()
/external/llvm/lib/Analysis/
DInlineCost.cpp935 Cost += InlineConstants::CallPenalty; in visitCallSite()
1113 Cost += InlineConstants::CallPenalty; in analyzeBlock()