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

  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 52 unsigned getInlineThreshold() const { return InlineThreshold; }
77 // InlineThreshold - Cache the value here for easy access.
78 unsigned InlineThreshold;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 56 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit), InsertLifetime(true) {}
59 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
204 int thres = InlineThreshold;

Completed in 122 milliseconds