Searched refs:UserTreeIndices (Results 1 – 1 of 1) sorted by relevance
2309 SmallVector<EdgeInfo, 1> UserTreeIndices; member2489 for (const auto &EInfo : UserTreeIndices) in dump()2580 Last->UserTreeIndices.push_back(UserTreeIdx); in newTreeEntry()3771 if (UserTE->UserTreeIndices.size() != 1) in reorderTopToBottom()3879 assert(all_of(TE->UserTreeIndices, in reorderTopToBottom()3934 if (any_of(TE->UserTreeIndices, in canReorderOperands()3954 if (any_of(TE->UserTreeIndices, in canReorderOperands()4008 !all_of(drop_begin(TE->UserTreeIndices), in reorderBottomToTop()4018 for (EdgeInfo &EI : TE->UserTreeIndices) { in reorderBottomToTop()4757 E->UserTreeIndices.push_back(UserTreeIdx); in buildTree_rec()[all …]