Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h260 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 DSampleProf.cpp291 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 DSampleProf.h380 std::string CalleeGUID;
381 CalleeName = getRepInFormat(CalleeName, Format, CalleeGUID);
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp319 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 DPGOInstrumentation.cpp1412 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 DBitcodeReader.cpp6204 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()