Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicate.cpp21 unsigned Position::getOperationDepth() const { in getOperationDepth() function in Position
24 return parent ? parent->getOperationDepth() : 0; in getOperationDepth()
H A DPredicateTree.cpp38 return lhs->getOperationDepth() < rhs->getOperationDepth(); in comparePosDepth()
742 return std::make_tuple(primary, secondary, rhsPos->getOperationDepth(), in operator <()
745 position->getOperationDepth(), position->getKind(), in operator <()
H A DPredicate.h149 unsigned getOperationDepth() const;
267 return Base::get(uniquer, parent, parent->getOperationDepth() + 1); in get()