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 53 unsigned getInlineThreshold() const { return InlineThreshold; }
78 // InlineThreshold - Cache the value here for easy access.
79 unsigned InlineThreshold;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 57 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit), InsertLifetime(true) {}
60 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
233 int thres = InlineThreshold; // -inline-threshold or else selected by

Completed in 104 milliseconds