Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTO.cpp45 DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias, in thinLTOResolveWeakForLinkerGUID() argument
51 if (GlobalInvolvedWithAlias.count(S.get())) in thinLTOResolveWeakForLinkerGUID()
88 DenseSet<GlobalValueSummary *> GlobalInvolvedWithAlias; in thinLTOResolveWeakForLinkerInIndex() local
92 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
95 thinLTOResolveWeakForLinkerGUID(I.second, I.first, GlobalInvolvedWithAlias, in thinLTOResolveWeakForLinkerInIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp283 DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias, in thinLTOResolveWeakForLinkerGUID() argument
307 !GlobalInvolvedWithAlias.count(S.get())) in thinLTOResolveWeakForLinkerGUID()
329 DenseSet<GlobalValueSummary *> GlobalInvolvedWithAlias; in thinLTOResolveWeakForLinkerInIndex() local
333 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
337 GlobalInvolvedWithAlias, isPrevailing, in thinLTOResolveWeakForLinkerInIndex()