Searched refs:getInlineThreshold (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Transforms/IPO/
H A DInlinerPass.h52 unsigned getInlineThreshold() const { return InlineThreshold; } function in struct:llvm::Inliner
59 unsigned getInlineThreshold(CallSite CS) const;
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DInlineSimple.cpp43 return CA.getInlineCost(CS, getInlineThreshold(CS));
H A DInliner.cpp204 unsigned Inliner::getInlineThreshold(CallSite CS) const { function in class:Inliner

Completed in 175 milliseconds