Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp118 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()
419 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
420 if (I != BundleToCombined.end()) { in buildGraph()
H A DVPlanSLP.h78 DenseMap<SmallVector<VPValue *, 4>, VPInstruction *> BundleToCombined; variable