Searched refs:CurrentVisited (Results 1 – 1 of 1) sorted by relevance
799 SetVector<Value *> CurrentVisited; in TryToPromote() local806 if (CurrentVisited.count(V)) in TryToPromote()826 if (CurrentVisited.count(V)) in TryToPromote()840 CurrentVisited.insert(V); in TryToPromote()872 for (auto *I : CurrentVisited) in TryToPromote()880 for (auto *CV : CurrentVisited) { in TryToPromote()909 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()