Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderAlgorithm.cpp33 static cl::opt<unsigned> ColdThreshold( variable
630 const uint64_t ColdThreshold = in reorderBasicBlocks() local
631 opts::ColdThreshold * in reorderBasicBlocks()
673 if (AvgFreq[ClusterIndex] < static_cast<double>(ColdThreshold)) in reorderBasicBlocks()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h198 Optional<int> ColdThreshold; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp100 static cl::opt<int> ColdThreshold( variable
1880 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
3052 Params.ColdThreshold = ColdThreshold; in getInlineParams()
3053 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
3054 Params.ColdThreshold = ColdThreshold; in getInlineParams()