Home
last modified time | relevance | path

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

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