Home
last modified time | relevance | path

Searched refs:CurrentVisited (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp774 SetVector<Value *> CurrentVisited; in TryToPromote() local
781 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()