Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp180 bool ModuleSummaryIndex::isGUIDLive(GlobalValue::GUID GUID) const { in isGUIDLive() function in ModuleSummaryIndex
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp878 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
1556 if (ThinLTO.CombinedIndex.isGUIDLive(GUID)) in runThinLTO()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1464 bool isGUIDLive(GlobalValue::GUID GUID) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1955 if (!ExportSummary->isGUIDLive(GUID)) in lower()