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