Searched refs:VPBlockVec (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanVerifier.cpp29 /// Utility function that checks whether \p VPBlockVec has duplicate
31 static bool hasDuplicates(const SmallVectorImpl<VPBlockBase *> &VPBlockVec) { argument
33 for (const auto *Block : VPBlockVec) {

Completed in 66 milliseconds