Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp333 uint32_t ColdContextFrameLength, bool TrimBaseProfileOnly) { in trimAndMergeColdContextProfiles() argument
364 if (ColdContextFrameLength < MergedContext.size()) in trimAndMergeColdContextProfiles()
365 MergedContext = MergedContext.take_back(ColdContextFrameLength); in trimAndMergeColdContextProfiles()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1381 uint32_t ColdContextFrameLength,