Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp262 bool InlineCostAnalyzer::FunctionInfo::NeverInline() { in NeverInline() function in InlineCostAnalyzer::FunctionInfo
474 SmallPtrSet<const Function*, 16> &NeverInline) { in getInlineCost()
480 SmallPtrSet<const Function*, 16> &NeverInline) { in getInlineCost()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineAlways.cpp36 SmallPtrSet<const Function*, 16> NeverInline; member in __anonbd286ca20111::AlwaysInliner
DInlineSimple.cpp34 SmallPtrSet<const Function*, 16> NeverInline; member in __anond138253b0111::SimpleInliner
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicInliner.cpp65 SmallPtrSet<const Function *, 16> NeverInline; member