Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp214 if (!InComponent.count(Op)) in FindSCC()
228 InComponent.insert(I); in FindSCC()
235 InComponent.insert(Member); in FindSCC()
246 SmallPtrSet<const Value *, 8> InComponent; member