Searched refs:TreeEntry (Results 1 – 1 of 1) sorted by relevance
963 struct TreeEntry;1031 VectorizableTree.front()->State == TreeEntry::Vectorize; in isVectorizedFirstNode()1078 std::optional<OrdersType> findReusedOrderedScalars(const TreeEntry &TE);1081 std::optional<OrdersType> findPartiallyOrderedLoads(const TreeEntry &TE);1088 std::optional<OrdersType> getReorderingData(const TreeEntry &TE, bool TopToBottom);1176 EdgeInfo(TreeEntry *UserTE, unsigned EdgeIdx) in EdgeInfo()1179 TreeEntry *UserTE = nullptr;2260 canReorderOperands(TreeEntry *UserTE,2261 SmallVectorImpl<std::pair<unsigned, TreeEntry *>> &Edges,2262 ArrayRef<TreeEntry *> ReorderableGathers,[all …]