Lines Matching defs:ProfileMap
203 const SampleProfileMap &ProfileMap,
205 for (const auto &I : ProfileMap) {
363 // Filter the cold profiles from ProfileMap and move them into a tmp
366 for (const auto &I : ProfileMap) {
374 // Remove the cold profile from ProfileMap and merge them into
386 ProfileMap.erase(I.first);
389 // Move the merged profiles into ProfileMap;
393 ProfileMap.find(I.second.getContext()) == ProfileMap.end())
398 auto Ret = ProfileMap.emplace(I.second.getContext(), FunctionSamples());
445 : ProfileMap(Profiles) {
501 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile);
504 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile);
515 ProfileMap.erase(OrigChildContextHash);