Searched refs:OrdersType (Results 1 – 1 of 1) sorted by relevance
2170 using OrdersType = SmallVector<unsigned, 4>; typedef in llvm::slpvectorizer::BoUpSLP2174 static OrdersType getEmptyKey() { in getEmptyKey()2175 OrdersType V; in getEmptyKey()2180 static OrdersType getTombstoneKey() { in getTombstoneKey()2181 OrdersType V; in getTombstoneKey()2186 static unsigned getHashValue(const OrdersType &V) { in getHashValue()2190 static bool isEqual(const OrdersType &LHS, const OrdersType &RHS) { in isEqual()2199 DenseMap<OrdersType, unsigned, OrdersTypeDenseMapInfo> NumOpsWantToKeepOrder;2607 OrdersType CurrentOrder; in buildTree_rec()2685 OrdersType CurrentOrder; in buildTree_rec()[all …]