Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp283 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; member in __anon21e6fd6b0111::InstrLowerer
1040 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts()
1053 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()
1054 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
1645 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionBitmaps()
1685 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters()
1744 auto &PD = ProfileDataMap[NamePtr]; in createDataVariable()
1901 for (auto &PD : ProfileDataMap) { in emitVNodes()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp179 auto &ProfileDataMap = It->second; in overlapRecord() local
180 auto [Where, NewFunc] = ProfileDataMap.try_emplace(Hash); in overlapRecord()
197 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
199 auto [Where, NewFunc] = ProfileDataMap.try_emplace(Hash); in addRecord()