Searched refs:CurrentVisited (Results 1 – 1 of 1) sorted by relevance
790 SetVector<Value *> CurrentVisited; in TryToPromote() local797 if (CurrentVisited.count(V)) in TryToPromote()817 if (CurrentVisited.count(V)) in TryToPromote()831 CurrentVisited.insert(V); in TryToPromote()863 for (auto *I : CurrentVisited) in TryToPromote()871 for (auto *CV : CurrentVisited) { in TryToPromote()900 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()