Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp791 SetVector<Value *> CurrentVisited; in TryToPromote() local
798 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()