Searched refs:CurrentVisited (Results 1 – 1 of 1) sorted by relevance
791 SetVector<Value *> CurrentVisited; in TryToPromote() local798 if (CurrentVisited.count(V)) in TryToPromote()818 if (CurrentVisited.count(V)) in TryToPromote()832 CurrentVisited.insert(V); in TryToPromote()864 for (auto *I : CurrentVisited) in TryToPromote()872 for (auto *CV : CurrentVisited) { in TryToPromote()901 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()