Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionTreePass.cpp101 ReductionNode *smallestNode = root; in findOptimal() local
113 currentNode.getSize() < smallestNode->getSize()) in findOptimal()
114 smallestNode = &currentNode; in findOptimal()
122 ReductionNode *curNode = smallestNode; in findOptimal()
137 if (test.isInteresting(module).second != smallestNode->getSize()) in findOptimal()