HomeSort by relevance Sort by last modified time
    Searched full:getinlinethreshold (Results 1 - 2 of 2) 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/
Inliner.cpp 197 unsigned Inliner::getInlineThreshold(CallSite CS) const {
235 int CurrentThreshold = getInlineThreshold(CS);
278 int CurrentThreshold2 = getInlineThreshold(CS2);

Completed in 27 milliseconds