Searched refs:InstrProfileMap (Results 1 – 1 of 1) sorted by relevance
1104 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local1228 &InstrProfileMap](const FunctionSamples &FS, in adjustInstrProfile()1239 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1240 if (It != InstrProfileMap.end()) { in adjustInstrProfile()1245 It = InstrProfileMap.find(NewName->second.str()); in adjustInstrProfile()1282 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()1326 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1327 if (It == InstrProfileMap.end()) { in adjustInstrProfile()1330 It = InstrProfileMap.find(NewName->second.str()); in adjustInstrProfile()1338 if (It == InstrProfileMap.end() || in adjustInstrProfile()