Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h134 ArrayRef<ReductionNode *> getNeighbors(ReductionNode *node) { in getNeighbors() function
/llvm-project/mlir/lib/Reducer/
H A DReductionNode.cpp120 ReductionNode::iterator<SinglePath>::getNeighbors(ReductionNode *node) { in getNeighbors() function in ReductionNode::iterator