Home
last modified time | relevance | path

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

/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-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp850 int InlineCost = 0; in computeBBInlineCost() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp853 InstructionCost InlineCost = 0; in computeBBInlineCost() local