Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineAlways.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo() function in __anonbd286ca20111::AlwaysInliner
54 CA.growCachedCostInfo(Caller, Callee); in growCachedCostInfo()
DInlineSimple.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo() function in __anond138253b0111::SimpleInliner
54 CA.growCachedCostInfo(Caller, Callee); in growCachedCostInfo()
DInliner.cpp419 growCachedCostInfo(Caller, NULL); in runOnSCC()
462 growCachedCostInfo(Caller, Callee); in runOnSCC()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DInlinerPass.h80 virtual void growCachedCostInfo(Function *Caller, Function *Callee) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h178 void growCachedCostInfo(Function* Caller, Function* Callee);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee) { in growCachedCostInfo() function in InlineCostAnalyzer