Home
last modified time | relevance | path

Searched defs:CalleeGUID (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DSampleProf.cpp291 std::string CalleeGUID; in findFunctionSamplesAt() local
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h260 void addCallGraphEdge(GlobalValue::GUID CalleeGUID, CalleeInfo Info) { in addCallGraphEdge()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp319 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction() local
/aosp_15_r20/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6204 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local
6293 GlobalValue::GUID CalleeGUID = getGUIDFromValueId(CalleeValueId).first; in parseEntireSummary() local
/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