Home
last modified time | relevance | path

Searched refs:UserTreeIndices (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1202 !VectorizableTree.front()->UserTreeIndices.empty(); in doesRootHaveInTreeUses()
2670 if (TE && is_contained(TE->UserTreeIndices, EdgeInfo(UserTE, OpIdx))) in getVectorizedOperand()
2675 if (is_contained(E->UserTreeIndices, EdgeInfo(UserTE, OpIdx))) { in getVectorizedOperand()
2905 return isGather() && UserTreeIndices.front().EdgeIdx == UserEI.EdgeIdx && in isOperandGatherNode()
2906 UserTreeIndices.front().UserTE == UserEI.UserTE; in isOperandGatherNode()
2979 SmallVector<EdgeInfo, 1> UserTreeIndices; member
3178 for (const auto &EInfo : UserTreeIndices) in dump()
3290 Last->UserTreeIndices.push_back(UserTreeIdx); in newTreeEntry()
4053 return {N->UserTreeIndices.begin(), N->Container}; in child_begin()
4057 return {N->UserTreeIndices.end(), N->Container}; in child_end()
[all …]