Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h172 enum class PrevailingType { Yes, No, Unknown }; enum
182 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing);
189 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp845 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbols()
900 if (isPrevailing(VI.getGUID()) == PrevailingType::No) { in computeDeadSymbols()
959 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp998 DenseMap<GlobalValue::GUID, PrevailingType> GUIDPrevailingResolutions; in run()
1015 Res.second.Prevailing ? PrevailingType::Yes : PrevailingType::No; in run()
1021 return PrevailingType::Unknown; in run()
H A DThinLTOCodeGenerator.cpp652 return PrevailingType::Unknown; in computeDeadSymbolsInIndex()