Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp39 uint64_t HotThreshold, uint64_t ColdThreshold) in CSPreInliner() argument
41 HotCountThreshold(HotThreshold), ColdCountThreshold(ColdThreshold) {} in CSPreInliner()
H A DCSPreInliner.h71 uint64_t ColdThreshold);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h168 Optional<int> ColdThreshold; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp91 static cl::opt<int> ColdThreshold( variable
1570 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()
2736 Params.ColdThreshold = ColdThreshold; in getInlineParams()
2737 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()
2738 Params.ColdThreshold = ColdThreshold; in getInlineParams()