Searched refs:BundleToCombined (Results 1 – 2 of 2) sorted by relevance
118 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()
78 DenseMap<SmallVector<VPValue *, 4>, VPInstruction *> BundleToCombined; variable