Home
last modified time | relevance | path

Searched refs:InstrProfileMap (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1104 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local
1228 &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()