Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp175 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() function in ModuleSummaryIndex
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp857 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
1474 if (ThinLTO.CombinedIndex.isGUIDLive(GUID)) in runThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1250 bool isGUIDLive(GlobalValue::GUID GUID) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1920 if (!ExportSummary->isGUIDLive(GUID)) in lower()