Home
last modified time | relevance | path

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

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