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.cpp62 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()
363 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
364 if (I != BundleToCombined.end()) { in buildGraph()
H A DVPlan.h3724 BundleToCombined; variable