Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h176 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing);
183 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp307 isPrevailing, in thinLTOResolvePrevailingGUID()
326 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
361 isPrevailing, in thinLTOResolvePrevailingInIndex()
376 isPrevailing, recordNewLinkage, in thinLTOResolvePrevailingInIndex()
391 isPrevailing) { in thinLTOInternalizeAndPromoteGUID()
401 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID()
422 isPrevailing) { in thinLTOInternalizeAndPromoteInIndex()
425 isPrevailing); in thinLTOInternalizeAndPromoteInIndex()
919 auto isPrevailing = [&](GlobalValue::GUID G) { in run() local
926 isPrevailing, Conf.OptLevel > 0); in run()
[all …]
DThinLTOCodeGenerator.cpp472 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() local
486 thinLTOResolvePrevailingInIndex(Index, isPrevailing, recordNewLinkage, in resolvePrevailingInIndex()
622 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex() local
625 computeDeadSymbolsWithConstProp(Index, GUIDPreservedSymbols, isPrevailing, in computeDeadSymbolsInIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h52 isPrevailing,
64 isPrevailing);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp785 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbols() argument
840 if (isPrevailing(VI.getGUID()) == PrevailingType::No) { in computeDeadSymbols()
901 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp() argument
903 computeDeadSymbols(Index, GUIDPreservedSymbols, isPrevailing); in computeDeadSymbolsWithConstProp()