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

  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 51 InlineCost getInlineCost(CallSite CS) {
52 return ICA->getInlineCost(CS, getInlineThreshold(CS));
InlineAlways.cpp 50 virtual InlineCost getInlineCost(CallSite CS);
89 InlineCost AlwaysInliner::getInlineCost(CallSite CS) {
Inliner.cpp 263 InlineCost IC = getInlineCost(CS);
298 // FIXME: All of this logic should be sunk into getInlineCost. It relies on
322 InlineCost IC2 = getInlineCost(CS2);
340 // one is set very low by getInlineCost, in anticipation that Caller will
  /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/Analysis/IPA/
InlineCost.cpp     [all...]

Completed in 69 milliseconds