Home
last modified time | relevance | path

Searched refs:SummaryToGUIDMap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2371 DenseMap<const GlobalValueSummary *, GlobalValue::GUID> SummaryToGUIDMap; member in __anonf58c72920611::AssemblyWriter
2715 SummaryToGUIDMap[Summary.get()] = GUID; in printModuleSummaryIndex()
2899 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp2560 DenseMap<const GlobalValueSummary *, GlobalValue::GUID> SummaryToGUIDMap; member in __anonfa33f7980911::AssemblyWriter
2915 SummaryToGUIDMap[Summary.get()] = GUID; in printModuleSummaryIndex()
3109 Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->getAliasee()]); in printAliasSummary()