Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
1429 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP1430 using VecTreeTy = SmallVector<std::unique_ptr<TreeEntry>, 8>;1431 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() argument1434 bool isSame(ArrayRef<Value *> VL) const { in isSame()1444 ValueList Scalars;1447 Value *VectorizedValue = nullptr;1450 enum EntryState { Vectorize, NeedToGather };1451 EntryState State;1454 SmallVector<unsigned, 4> ReuseShuffleIndices;1457 ArrayRef<unsigned> ReorderIndices;[all …]