Home
last modified time | relevance | path

Searched refs:GUIDToFuncNameMap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp200 const DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap) in SampleContextTracker() argument
201 : GUIDToFuncNameMap(GUIDToFuncNameMap) { in SampleContextTracker()
462 assert(GUIDToFuncNameMap && "GUIDToFuncNameMap needs to be populated first"); in getFuncNameFor()
463 return GUIDToFuncNameMap->lookup(std::stoull(Node->getFuncName().data())); in getFuncNameFor()
DSampleProfile.cpp324 DenseMap<uint64_t, StringRef> &GUIDToFuncNameMap) in GUIDToFuncNameMapper() argument
326 CurrentGUIDToFuncNameMap(GUIDToFuncNameMap) { in GUIDToFuncNameMapper()
373 FS->GUIDToFuncNameMap = Map; in SetGUIDToFuncNameMapForAll()
560 DenseMap<uint64_t, StringRef> GUIDToFuncNameMap; member in __anon618868b60111::SampleProfileLoader
1162 assert((!FunctionSamples::UseMD5 || FS->GUIDToFuncNameMap) && in inlineHotFunctions()
2034 Reader->getProfiles(), &GUIDToFuncNameMap); in doInitialization()
2201 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProf.h538 assert(GUIDToFuncNameMap && "GUIDToFuncNameMap needs to be popluated first");
539 auto iter = GUIDToFuncNameMap->find(std::stoull(Name.data()));
540 if (iter == GUIDToFuncNameMap->end())
564 DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap = nullptr;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DSampleContextTracker.h96 const DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap);
214 const DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DSampleProf.h949 if (!GUIDToFuncNameMap)
950 GUIDToFuncNameMap = Other.GUIDToFuncNameMap;
1083 assert(GUIDToFuncNameMap && "GUIDToFuncNameMap needs to be populated first");
1084 return GUIDToFuncNameMap->lookup(std::stoull(Name.data()));
1139 DenseMap<uint64_t, StringRef> *GUIDToFuncNameMap = nullptr;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp235 DenseMap<uint64_t, StringRef> &GUIDToFuncNameMap) in GUIDToFuncNameMapper() argument
237 CurrentGUIDToFuncNameMap(GUIDToFuncNameMap) { in GUIDToFuncNameMapper()
284 FS->GUIDToFuncNameMap = Map; in SetGUIDToFuncNameMapForAll()
456 DenseMap<uint64_t, StringRef> GUIDToFuncNameMap; member in __anon4b5b97b00111::SampleProfileLoader
1842 GUIDToFuncNameMapper Mapper(M, *Reader, GUIDToFuncNameMap); in runOnModule()