Home
last modified time | relevance | path

Searched refs:HintThreshold (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DInliner.cpp54 HintThreshold("inlinehint-threshold", cl::Hidden, cl::init(325), variable
272 if (InlineHint && HintThreshold > thres && in getInlineThreshold()
274 thres = HintThreshold; in getInlineThreshold()