Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp318 uint64_t ColdCountThreshold, bool TrimColdContext, bool MergeColdContext, in trimAndMergeColdContextProfiles() argument
320 if (!TrimColdContext && !MergeColdContext) in trimAndMergeColdContextProfiles()
341 if (MergeColdContext) { in trimAndMergeColdContextProfiles()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h997 bool MergeColdContext,