Searched defs:getInlineThreshold (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h53 unsigned getInlineThreshold() const { return InlineThreshold; } function in struct:llvm::Inliner
60 unsigned getInlineThreshold(CallSite CS) const;
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp277 unsigned Inliner::getInlineThreshold(CallSite CS) const { function in class:Inliner

Completed in 108 milliseconds