Home
last modified time | relevance | path

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

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