Searched defs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
2216 struct TreeEntry { struct in llvm::slpvectorizer::BoUpSLP2218 TreeEntry(VecTreeTy &Container) : Container(Container) {} in TreeEntry() function2282 ValueList Scalars;2291 EntryState State;2305 VecTreeTy &Container;2312 int Idx = -1;2321 Instruction *MainOp = nullptr;2322 Instruction *AltOp = nullptr;2337 void setOperandsInOrder() { in setOperandsInOrder()2410 Instruction *getAltOp() const { in getAltOp()[all …]