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

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 53 unsigned getInlineThreshold() const { return InlineThreshold; }
60 unsigned getInlineThreshold(CallSite CS) const;
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 55 return ICA->getInlineCost(CS, getInlineThreshold(CS));
Inliner.cpp 254 unsigned Inliner::getInlineThreshold(CallSite CS) const {

Completed in 88 milliseconds