Searched refs:CurrentVisited (Results 1 – 1 of 1) sorted by relevance
774 SetVector<Value *> CurrentVisited; in TryToPromote() local781 if (CurrentVisited.count(V)) in TryToPromote()801 if (CurrentVisited.count(V)) in TryToPromote()815 CurrentVisited.insert(V); in TryToPromote()847 for (auto *I : CurrentVisited) in TryToPromote()854 for (auto *V : CurrentVisited) { in TryToPromote()875 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()