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 126 InlineCost getInlineCost(CallSite CS, int Threshold);
135 InlineCost getInlineCost(CallSite CS, Function *Callee, int Threshold);
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 54 InlineCost getInlineCost(CallSite CS) override;
95 InlineCost AlwaysInliner::getInlineCost(CallSite CS) {
InlineSimple.cpp 54 InlineCost getInlineCost(CallSite CS) override {
55 return ICA->getInlineCost(CS, getInlineThreshold(CS));
Inliner.cpp 299 InlineCost IC = getInlineCost(CS);
342 // FIXME: All of this logic should be sunk into getInlineCost. It relies on
364 InlineCost IC2 = getInlineCost(CS2);
382 // one is set very low by getInlineCost, in anticipation that Caller will
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]

Completed in 370 milliseconds