Searched defs:isPrevailing (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 721 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in computeImportForFunction() 1069 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImport() 1194 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in ComputeCrossModuleImportForModuleForTest() 1294 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbolsAndUpdateIndirectCalls() 1410 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp() 1901 isPrevailing) { in doImportingForModuleForTest() 1968 auto isPrevailing = [](GlobalValue::GUID, const GlobalValueSummary *) { in run() local
|
H A D | MemProfContextDisambiguation.cpp | 770 isPrevailing; member in __anonf01a58700111::IndexCallsiteContextGraph 1731 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in IndexCallsiteContextGraph() 3926 llvm::function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in run()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 364 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingGUID() 440 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOResolvePrevailingInIndex() 462 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteGUID() 542 function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> in thinLTOInternalizeAndPromoteInIndex() 1163 auto isPrevailing = [&](GlobalValue::GUID G) { in run() local 1770 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in runThinLTO() local
|
H A D | ThinLTOCodeGenerator.cpp | 520 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolvePrevailingInIndex() local 665 auto isPrevailing = [&](GlobalValue::GUID G) { in computeDeadSymbolsInIndex() local
|