Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp541 StringMap<InstrProfileEntry> InstrProfileMap; in adjustInstrProfile() local
556 InstrProfileMap[PD.getKey()] = InstrProfileEntry(R); in adjustInstrProfile()
586 auto It = InstrProfileMap.find(FContext.toString()); in adjustInstrProfile()
588 It != InstrProfileMap.end() && in adjustInstrProfile()