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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp691 isPrevailing; member in class:__anon2847::IndexCallsiteContextGraph
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1149 auto isPrevailing = [&](GlobalValue::GUID G) { local
349 thinLTOResolvePrevailingGUID( const Config &C, ValueInfo VI, DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias, function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing, function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> recordNewLinkage, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) argument
426 thinLTOResolvePrevailingInIndex( const Config &C, ModuleSummaryIndex &Index, function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing, function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> recordNewLinkage, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) argument
448 thinLTOInternalizeAndPromoteGUID( ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing) argument
527 thinLTOInternalizeAndPromoteInIndex( ModuleSummaryIndex &Index, function_ref<bool(StringRef, ValueInfo)> isExported, function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing) argument
[all...]
H A DThinLTOCodeGenerator.cpp519 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { local
673 auto isPrevailing = [&](GlobalValue::GUID G) { local

Completed in 184 milliseconds