Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h138 Optional<int> ColdThreshold; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp63 static cl::opt<int> ColdThreshold( variable
955 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
2121 Params.ColdThreshold = ColdThreshold; in getInlineParams()
2122 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
2123 Params.ColdThreshold = ColdThreshold; in getInlineParams()
/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()