Searched refs:MergedProfileMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp359 // MergedProfileMap by the last K frames of context
360 SampleProfileMap MergedProfileMap; local
367 FunctionSamples &MergedProfile = MergedProfileMap.Create(MergedContext);
374 for (const auto &I : MergedProfileMap) {
380 // as a new profile. If inserted as a new profile from MergedProfileMap, it

Completed in 48 milliseconds