Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInlineAlways.cpp50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo() function in __anonbd286ca20111::AlwaysInliner
51 CA.resetCachedCostInfo(Caller); in resetCachedCostInfo()
DInlineSimple.cpp50 void resetCachedCostInfo(Function *Caller) { in resetCachedCostInfo() function in __anond138253b0111::SimpleInliner
51 CA.resetCachedCostInfo(Caller); in resetCachedCostInfo()
DInliner.cpp482 resetCachedCostInfo(Callee); in runOnSCC()
564 resetCachedCostInfo((*I)->getFunction()); in removeDeadFunctions()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/IPO/
DInlinerPass.h76 virtual void resetCachedCostInfo(Function* Caller) = 0;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DInlineCost.h171 void resetCachedCostInfo(Function* Caller) { in resetCachedCostInfo() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp605 resetCachedCostInfo(Caller); in growCachedCostInfo()
622 resetCachedCostInfo(Caller); in growCachedCostInfo()