Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h36 enum TraversalMode { SinglePath, Backtrack, MultiPath }; enumerator
187 class ReductionNode::iterator<SinglePath>
188 : public BaseIterator<iterator<SinglePath>> {
189 friend BaseIterator<iterator<SinglePath>>;
/llvm-project/mlir/lib/Reducer/
H A DReductionTreePass.cpp251 case TraversalMode::SinglePath: in reduceOp()
252 return findOptimal<ReductionNode::iterator<TraversalMode::SinglePath>>( in reduceOp()
H A DReductionNode.cpp120 ReductionNode::iterator<SinglePath>::getNeighbors(ReductionNode *node) { in getNeighbors()