Searched refs:InlineThreshold (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h53 unsigned getInlineThreshold() const { return InlineThreshold; }
78 // InlineThreshold - Cache the value here for easy access.
79 unsigned InlineThreshold; member in struct:llvm::Inliner
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp66 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit), InsertLifetime(true) {}
69 : CallGraphSCCPass(ID), InlineThreshold(InlineLimit.getNumOccurrences() > 0 ?
265 int thres = InlineThreshold; // -inline-threshold or else selected by

Completed in 81 milliseconds