Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp178 SmallDenseSet<const VPBlockBase *, 8> VPBlockSet; in hasDuplicates() local
180 if (VPBlockSet.count(Block)) in hasDuplicates()
182 VPBlockSet.insert(Block); in hasDuplicates()