Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp823 SetVector<Value*> CurrentVisited; in TryToPromote() local
830 if (CurrentVisited.count(V)) in TryToPromote()
850 if (CurrentVisited.count(V)) in TryToPromote()
864 CurrentVisited.insert(V); in TryToPromote()
895 for (auto *I : CurrentVisited) in TryToPromote()
902 for (auto *V : CurrentVisited) { in TryToPromote()
924 CurrentVisited, Sources, Sinks, SafeWrap); in TryToPromote()