Home
last modified time | relevance | path

Searched refs:isGUIDLive (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModuleSummaryIndex.cpp74 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() function in ModuleSummaryIndex
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp698 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) in linkRegularLTO()
1186 if (ThinLTO.CombinedIndex.isGUIDLive(GUID)) in runThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h886 bool isGUIDLive(GlobalValue::GUID GUID) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1788 if (!ExportSummary->isGUIDLive(GUID)) in lower()