Searched refs:ProfileDataMap (Results 1 – 2 of 2) sorted by relevance
283 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; member in __anon21e6fd6b0111::InstrLowerer1040 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()
179 auto &ProfileDataMap = It->second; in overlapRecord() local180 auto [Where, NewFunc] = ProfileDataMap.try_emplace(Hash); in overlapRecord()197 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local199 auto [Where, NewFunc] = ProfileDataMap.try_emplace(Hash); in addRecord()