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

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 62 /// getInlineCost - This method must be implemented by the subclass to
67 virtual InlineCost getInlineCost(CallSite CS) = 0;
  /external/llvm/include/llvm/Analysis/
InlineCost.h 124 InlineCost getInlineCost(CallSite CS, int Threshold);
133 InlineCost getInlineCost(CallSite CS, Function *Callee, int Threshold);
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 52 InlineCost getInlineCost(CallSite CS) override;
91 InlineCost AlwaysInliner::getInlineCost(CallSite CS) {
InlineSimple.cpp 52 InlineCost getInlineCost(CallSite CS) override {
53 return ICA->getInlineCost(CS, getInlineThreshold(CS));
Inliner.cpp 314 InlineCost IC = getInlineCost(CS);
357 // FIXME: All of this logic should be sunk into getInlineCost. It relies on
380 InlineCost IC2 = getInlineCost(CS2);
398 // one is set very low by getInlineCost, in anticipation that Caller will
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]

Completed in 317 milliseconds