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 52 unsigned getInlineThreshold() const { return InlineThreshold; }
59 unsigned getInlineThreshold(CallSite CS) const;
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 43 return CA.getInlineCost(CS, getInlineThreshold(CS));
Inliner.cpp 203 unsigned Inliner::getInlineThreshold(CallSite CS) const {

Completed in 626 milliseconds