Searched refs:InstrProfileMap (Results 1 – 1 of 1) sorted by relevance
1046 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local1170 &InstrProfileMap](const FunctionSamples &FS, in adjustInstrProfile()1181 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1182 if (It != InstrProfileMap.end()) { in adjustInstrProfile()1187 It = InstrProfileMap.find(NewName->second.str()); in adjustInstrProfile()1224 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()1268 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1269 if (It == InstrProfileMap.end()) { in adjustInstrProfile()1272 It = InstrProfileMap.find(NewName->second.str()); in adjustInstrProfile()1280 if (It == InstrProfileMap.end() || in adjustInstrProfile()