Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Reducer/
H A DReductionNode.h120 for (ReductionNode *node : getNeighbors(top))
135 ArrayRef<ReductionNode *> getNeighbors(ReductionNode *node) { in getNeighbors() function
136 return static_cast<T *>(this)->getNeighbors(node); in getNeighbors()
192 ArrayRef<ReductionNode *> getNeighbors(ReductionNode *node);
/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionNode.cpp120 ReductionNode::iterator<SinglePath>::getNeighbors(ReductionNode *node) { in getNeighbors() function in ReductionNode::iterator