HomeSort by relevance Sort by last modified time
    Searched full:resetcachedcostinfo (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 49 void resetCachedCostInfo(Function *Caller) {
50 CA.resetCachedCostInfo(Caller);
InlineSimple.cpp 49 void resetCachedCostInfo(Function *Caller) {
50 CA.resetCachedCostInfo(Caller);
Inliner.cpp 482 resetCachedCostInfo(Callee);
564 resetCachedCostInfo((*I)->getFunction());
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 73 /// resetCachedCostInfo - erase any cached cost data from the derived class.
76 virtual void resetCachedCostInfo(Function* Caller) = 0;
  /external/llvm/include/llvm/Analysis/
InlineCost.h 164 void resetCachedCostInfo(Function* Caller) {
  /external/llvm/lib/Analysis/
InlineCost.cpp 597 resetCachedCostInfo(Caller);
614 resetCachedCostInfo(Caller);

Completed in 858 milliseconds