Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp116 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp499 ProfileDataMap.clear(); in run()
588 auto It = ProfileDataMap.find(Name); in computeNumValueSiteCounts()
589 if (It == ProfileDataMap.end()) { in computeNumValueSiteCounts()
592 ProfileDataMap[Name] = PD; in computeNumValueSiteCounts()
599 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()
600 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
736 auto It = ProfileDataMap.find(NamePtr); in getOrCreateRegionCounters()
738 if (It != ProfileDataMap.end()) { in getOrCreateRegionCounters()
850 ProfileDataMap[NamePtr] = PD; in getOrCreateRegionCounters()
875 for (auto &PD : ProfileDataMap) { in emitVNodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp205 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord() local
209 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
227 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
232 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
/external/llvm/include/llvm/Transforms/
DInstrProfiling.h46 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h59 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp211 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord() local
215 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in overlapRecord()
232 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
237 ProfileDataMap.insert(std::make_pair(Hash, InstrProfRecord())); in addRecord()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp522 ProfileDataMap.clear(); in run()
613 auto &PD = ProfileDataMap[Name]; in computeNumValueSiteCounts()
626 auto It = ProfileDataMap.find(Name); in lowerValueProfileInst()
627 assert(It != ProfileDataMap.end() && It->second.DataVar && in lowerValueProfileInst()
866 auto &PD = ProfileDataMap[NamePtr]; in getOrCreateRegionCounters()
1086 for (auto &PD : ProfileDataMap) { in emitVNodes()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp160 auto &ProfileDataMap = FunctionData[I.Name]; in addRecord() local
165 ProfileDataMap.insert(std::make_pair(I.Hash, InstrProfRecord())); in addRecord()