Home
last modified time | relevance | path

Searched defs:InlineCost (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DInlinerPass.h25 class InlineCost; variable
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h26 class InlineCost; variable
/external/llvm/include/llvm/Analysis/
DInlineCost.h65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp382 int InlineCost = 0; in getInlineSize() local
535 int InlineCost = getInlineSize(CS, Callee) + getInlineBonuses(CS, Callee); in getInlineCost() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h73 InlineCost(int C, int T) { in InlineCost() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp835 int InlineCost = 0; in computeBBInlineCost() local