Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp790 SetVector<Value *> CurrentVisited; in TryToPromote() local
797 if (CurrentVisited.count(V)) in TryToPromote()
817 if (CurrentVisited.count(V)) in TryToPromote()
831 CurrentVisited.insert(V); in TryToPromote()
863 for (auto *I : CurrentVisited) in TryToPromote()
871 for (auto *CV : CurrentVisited) { in TryToPromote()
900 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()