Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h161 Optional<int> ColdThreshold; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp65 static cl::opt<int> ColdThreshold( variable
1236 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
2294 Params.ColdThreshold = ColdThreshold; in getInlineParams()
2295 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
2296 Params.ColdThreshold = ColdThreshold; in getInlineParams()