Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp320 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext) { in trimAndMergeColdContextProfiles() argument
321 if (!TrimColdContext && !MergeColdContext) in trimAndMergeColdContextProfiles()
353 if (TrimColdContext && I.second.getTotalSamples() < ColdCountThreshold && in trimAndMergeColdContextProfiles()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h990 bool TrimColdContext = true,