Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DInliner.cpp61 ColdThreshold("inlinecold-threshold", cl::Hidden, cl::init(225), variable
283 ColdThreshold.getNumOccurrences() > 0) && ColdCallee && in getInlineThreshold()
284 ColdThreshold < thres) in getInlineThreshold()
285 thres = ColdThreshold; in getInlineThreshold()