Home
last modified time | relevance | path

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

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