Searched refs:GlobalInvolvedWithAlias (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp351 DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias,
396 !GlobalInvolvedWithAlias.count(S.get()))
436 DenseSet<GlobalValueSummary *> GlobalInvolvedWithAlias; local
440 GlobalInvolvedWithAlias.insert(&AS->getAliasee());
444 GlobalInvolvedWithAlias, isPrevailing,
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

Completed in 56 milliseconds