Home
last modified time | relevance | path

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

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