Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp349 uint32_t ColdContextFrameLength, bool TrimBaseProfileOnly) { in trimAndMergeColdContextProfiles() argument
380 if (ColdContextFrameLength < MergedContext.size()) in trimAndMergeColdContextProfiles()
381 MergedContext = MergedContext.take_back(ColdContextFrameLength); in trimAndMergeColdContextProfiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1388 uint32_t ColdContextFrameLength,