Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp481 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local
496 InstrProfileMap[PD.getKey()] = InstrProfileEntry(R); in adjustInstrProfile()
526 auto It = InstrProfileMap.find(FName); in adjustInstrProfile()
528 It != InstrProfileMap.end() && in adjustInstrProfile()