Searched refs:SinglePath (Results 1 – 3 of 3) sorted by relevance
37 enum TraversalMode { SinglePath, Backtrack, MultiPath }; enumerator188 class ReductionNode::iterator<SinglePath>189 : public BaseIterator<iterator<SinglePath>> {190 friend BaseIterator<iterator<SinglePath>>;
239 case TraversalMode::SinglePath: in reduceOp()240 return findOptimal<ReductionNode::iterator<TraversalMode::SinglePath>>( in reduceOp()
120 ReductionNode::iterator<SinglePath>::getNeighbors(ReductionNode *node) { in getNeighbors()