Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp192 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() function in ModuleSummaryIndex
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp976 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
1791 if (ThinLTO.CombinedIndex.isGUIDLive(GUID)) in runThinLTO()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1610 bool isGUIDLive(GlobalValue::GUID GUID) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2104 if (!ExportSummary->isGUIDLive(GUID)) in lower()