Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInlineCost.h33 const int CallPenalty = 25; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h46 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-7.0/llvm/lib/Analysis/
DInlineCost.cpp721 Cost += InlineConstants::CallPenalty; in visitCastInst()
1090 Cost += InlineConstants::CallPenalty; in visitBinaryOperator()
1263 Cost += InlineConstants::CallPenalty; in visitCallSite()
1943 Cost += InlineConstants::InstrCost + InlineConstants::CallPenalty; in getCallsiteCost()
/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()