Lines Matching refs:Sources
120 SmallPtrSetImpl<Value*> *Sources; member in __anon96a67c9e0111::IRPromoter
139 SmallPtrSetImpl<Value*> &Sources,
549 for (auto V : *Sources) { in ExtendSources()
571 if (Sources->count(V)) in PromoteTree()
603 if (Sources->count(I) || Sinks->count(I)) in PromoteTree()
634 if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources->count(V)) in TruncateSinks()
730 if (!isa<TruncInst>(V) || Sources->count(V)) in ConvertTruncs()
751 SmallPtrSetImpl<Value*> &Sources, in Mutate() argument
763 this->Sources = &Sources; in Mutate()
922 SmallPtrSet<Value*, 8> Sources; in TryToPromote() local
974 Sources.insert(V); in TryToPromote()
1002 if (Sources.count(V)) in TryToPromote()
1012 Promoter->Mutate(OrigTy, CurrentVisited, Sources, Sinks, SafeToPromote); in TryToPromote()