Home
last modified time | relevance | path

Searched defs:isPrevailing (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp324 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID()
400 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex()
430 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID()
461 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex()
1018 auto isPrevailing = [&](GlobalValue::GUID G) { in run() local
1495 auto isPrevailing = [&](GlobalValue::GUID GUID, in runThinLTO() local
H A DThinLTOCodeGenerator.cpp496 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() local
651 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp845 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbols()
959 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp()