Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp31 SmallDenseSet<const VPBlockBase *, 8> VPBlockSet; in hasDuplicates() local
33 if (VPBlockSet.count(Block)) in hasDuplicates()
35 VPBlockSet.insert(Block); in hasDuplicates()