Searched refs:CalleeGUID (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 260 void addCallGraphEdge(GlobalValue::GUID CalleeGUID, CalleeInfo Info) { in addCallGraphEdge() argument 261 CallGraphEdgeList.push_back(std::make_pair(CalleeGUID, Info)); in addCallGraphEdge()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 291 std::string CalleeGUID; in findFunctionSamplesAt() local 292 CalleeName = getRepInFormat(CalleeName, UseMD5, CalleeGUID); in findFunctionSamplesAt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 380 std::string CalleeGUID; 381 CalleeName = getRepInFormat(CalleeName, Format, CalleeGUID);
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 319 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction() local 320 exportGlobalInModule(Index, ExportModulePath, CalleeGUID, ExportList); in computeImportForFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1412 auto CalleeGUID = Function::getGUID(Name); in readMemprof() local 1414 computeStackId(CalleeGUID, GetOffset(DIL), DIL->getColumn()); in readMemprof()
|
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6204 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local 6205 FS->addCallGraphEdge(CalleeGUID, in parseEntireSummary() 6293 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local 6294 FS->addCallGraphEdge(CalleeGUID, in parseEntireSummary()
|