Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp344 uint32_t ColdContextFrameLength, bool TrimBaseProfileOnly) { in trimAndMergeColdContextProfiles() argument
375 if (ColdContextFrameLength < MergedContext.size()) in trimAndMergeColdContextProfiles()
376 MergedContext = MergedContext.take_back(ColdContextFrameLength); in trimAndMergeColdContextProfiles()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h1233 uint32_t ColdContextFrameLength,