Searched refs:UserTreeIndices (Results 1 – 1 of 1) sorted by relevance
1043 !VectorizableTree.front()->UserTreeIndices.empty(); in doesRootHaveInTreeUses()2435 UserTreeIndices.front().EdgeIdx == UserEI.EdgeIdx && in isOperandGatherNode()2436 UserTreeIndices.front().UserTE == UserEI.UserTE; in isOperandGatherNode()2498 SmallVector<EdgeInfo, 1> UserTreeIndices; member2678 for (const auto &EInfo : UserTreeIndices) in dump()2769 Last->UserTreeIndices.push_back(UserTreeIdx); in newTreeEntry()3478 return {N->UserTreeIndices.begin(), N->Container}; in child_begin()3482 return {N->UserTreeIndices.end(), N->Container}; in child_end()4175 if (UserTE->UserTreeIndices.size() != 1) in reorderTopToBottom()4177 if (all_of(UserTE->UserTreeIndices, [](const EdgeInfo &EI) { in reorderTopToBottom()[all …]