Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProf.h1245 uint32_t ColdContextFrameLength,