Home
last modified time | relevance | path

Searched defs:ColdThreshold (Results 1 – 3 of 3) 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()
/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