Lines Matching defs:ProfileMap
155 SampleProfileMap &ProfileMap) {
164 if (std::error_code EC = Writer->write(ProfileMap))
181 write(std::move(WriterOrErr.get()), ProfileMap);
239 for (auto I = ProfileMap.begin(); I != ProfileMap.end();) {
242 ProfileMap.erase(FS);
407 for (auto &Item : ProfileMap) {
414 for (auto &Item : ProfileMap) {
472 for (const auto &FS : ProfileMap) {
492 return ProfileMap.create(Context);
513 computeSummaryAndThreshold(ProfileMap);
514 trimColdProfiles(ProfileMap, ColdCountThreshold);
515 filterAmbiguousProfile(ProfileMap);
516 calculateAndShowDensity(ProfileMap);
526 for (const auto &I : ProfileMap) {
531 // Remove the cold profile from ProfileMap.
533 ProfileMap.erase(I);
1073 auto Ret = ProfileMap.emplace(NewContext, std::move(*FProfile));
1088 assert(ProfileMap.empty() &&
1089 "ProfileMap should be empty before converting from the trie");
1119 SampleContextTrimmer(ProfileMap)
1126 ProfileConverter CSConverter(ProfileMap);
1130 filterAmbiguousProfile(ProfileMap);
1131 ProfileGeneratorBase::calculateAndShowDensity(ProfileMap);