Searched refs:ProfileDataMap (Results 1 – 3 of 3) sorted by relevance
460 ProfileDataMap.clear(); in run()552 auto It = ProfileDataMap.find(Name); in computeNumValueSiteCounts()553 if (It == ProfileDataMap.end()) { in computeNumValueSiteCounts()556 ProfileDataMap[Name] = PD; in computeNumValueSiteCounts()563 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()564 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()715 auto It = ProfileDataMap.find(NamePtr); in getOrCreateRegionCounters()717 if (It != ProfileDataMap.end()) { in getOrCreateRegionCounters()802 ProfileDataMap[NamePtr] = PD; in getOrCreateRegionCounters()827 for (auto &PD : ProfileDataMap) { in emitVNodes()
58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
190 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local195 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()