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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DInlineAlways.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { function in class:__anon20183::AlwaysInliner
54 CA.growCachedCostInfo(Caller, Callee);
H A DInlineSimple.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { function in class:__anon20184::SimpleInliner
54 CA.growCachedCostInfo(Caller, Callee);
H A DInliner.cpp419 growCachedCostInfo(Caller, NULL);
462 growCachedCostInfo(Caller, Callee);
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
H A DInlinerPass.h78 /// growCachedCostInfo - update the cached cost info for Caller after Callee
80 virtual void growCachedCostInfo(Function *Caller, Function *Callee) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DInlineCost.h175 /// growCachedCostInfo - update the cached cost info for Caller after Callee
178 void growCachedCostInfo(Function* Caller, Function* Callee);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInlineCost.cpp597 /// growCachedCostInfo - update the cached cost info for Caller after Callee has
600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee) { function in class:InlineCostAnalyzer

Completed in 155 milliseconds