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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp318 ValueInfo VI, DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias,
358 !GlobalInvolvedWithAlias.count(S.get()))
381 DenseSet<GlobalValueSummary *> GlobalInvolvedWithAlias; local
385 GlobalInvolvedWithAlias.insert(&AS->getAliasee());
388 thinLTOResolvePrevailingGUID(Index.getValueInfo(I), GlobalInvolvedWithAlias,
317 thinLTOResolvePrevailingGUID( 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 164 milliseconds