Searched refs:ProfileDataMap (Results 1 – 6 of 6) sorted by relevance
116 ProfileDataMap.clear(); in run()186 auto It = ProfileDataMap.find(Name); in computeNumValueSiteCounts()187 if (It == ProfileDataMap.end()) { in computeNumValueSiteCounts()190 ProfileDataMap[Name] = PD; in computeNumValueSiteCounts()198 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()199 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()330 auto It = ProfileDataMap.find(NamePtr); in getOrCreateRegionCounters()332 if (It != ProfileDataMap.end()) { in getOrCreateRegionCounters()416 ProfileDataMap[NamePtr] = PD; in getOrCreateRegionCounters()441 for (auto &PD : ProfileDataMap) { in emitVNodes()
455 ProfileDataMap.clear(); in run()547 auto It = ProfileDataMap.find(Name); in computeNumValueSiteCounts()548 if (It == ProfileDataMap.end()) { in computeNumValueSiteCounts()551 ProfileDataMap[Name] = PD; in computeNumValueSiteCounts()558 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()559 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()704 auto It = ProfileDataMap.find(NamePtr); in getOrCreateRegionCounters()706 if (It != ProfileDataMap.end()) { in getOrCreateRegionCounters()791 ProfileDataMap[NamePtr] = PD; in getOrCreateRegionCounters()816 for (auto &PD : ProfileDataMap) { in emitVNodes()
46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
160 auto &ProfileDataMap = FunctionData[I.Name]; in addRecord() local165 ProfileDataMap.insert(std::make_pair(I.Hash, InstrProfRecord())); in addRecord()
190 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local195 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()