Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DRootOrdering.h111 const DenseMap<Value, Value> &getRootOrderingParents() const { in getRootOrderingParents() function
/llvm-project-15.0.7/mlir/unittests/Conversion/PDLToPDLInterp/
H A DRootOrderingTest.cpp54 EXPECT_EQ(opt.getRootOrderingParents().lookup(edge.first), edge.second); in check()