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

  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 50 void resetCachedCostInfo(Function *Caller) {
51 CA.resetCachedCostInfo(Caller);
InlineSimple.cpp 50 void resetCachedCostInfo(Function *Caller) {
51 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 171 void resetCachedCostInfo(Function* Caller) {
  /external/llvm/lib/Analysis/
InlineCost.cpp 604 resetCachedCostInfo(Caller);
621 resetCachedCostInfo(Caller);

Completed in 742 milliseconds