Searched refs:InstrProfileMap (Results 1 – 1 of 1) sorted by relevance
1192 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local1314 &InstrProfileMap](const FunctionSamples &FS, in adjustInstrProfile()1325 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1326 if (It != InstrProfileMap.end()) { in adjustInstrProfile()1331 It = InstrProfileMap.find(NewName->second); in adjustInstrProfile()1368 InstrProfileMap[FullName] = InstrProfileEntry(R); in adjustInstrProfile()1412 auto It = InstrProfileMap.find(Name); in adjustInstrProfile()1413 if (It == InstrProfileMap.end()) { in adjustInstrProfile()1416 It = InstrProfileMap.find(NewName->second); in adjustInstrProfile()1424 if (It == InstrProfileMap.end() || in adjustInstrProfile()