HomeSort by relevance Sort by last modified time
    Searched defs:growCachedCostInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 53 void growCachedCostInfo(Function* Caller, Function* Callee) {
54 CA.growCachedCostInfo(Caller, Callee);
InlineSimple.cpp 53 void growCachedCostInfo(Function* Caller, Function* Callee) {
54 CA.growCachedCostInfo(Caller, Callee);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 597 /// growCachedCostInfo - update the cached cost info for Caller after Callee has
600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee) {

Completed in 786 milliseconds