Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp65 static cl::opt<int> ColdThreshold( variable
656 ColdThreshold.getNumOccurrences() > 0) && in updateThreshold()
657 ColdCallee && ColdThreshold < Threshold) in updateThreshold()
658 Threshold = ColdThreshold; in updateThreshold()