Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1748 auto MaybeImportType = getImportType(ImportGUIDs, GUID); in importFunctions() local
1751 (MaybeImportType && in importFunctions()
1752 (*MaybeImportType == GlobalValueSummary::Definition)); in importFunctions()
1754 LLVM_DEBUG(dbgs() << (MaybeImportType ? "Is" : "Not") in importFunctions()
1758 : (MaybeImportType ? " declaration " : " ")) in importFunctions()
1787 auto MaybeImportType = getImportType(ImportGUIDs, GUID); in importFunctions() local
1790 (MaybeImportType && in importFunctions()
1791 (*MaybeImportType == GlobalValueSummary::Definition)); in importFunctions()
1793 LLVM_DEBUG(dbgs() << (MaybeImportType ? "Is" : "Not") in importFunctions()
1797 : (MaybeImportType ? " declaration " : " ")) in importFunctions()
[all …]