Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DRootOrdering.h59 struct RootOrderingEntry { struct
78 using RootOrderingGraph = DenseMap<Value, DenseMap<Value, RootOrderingEntry>>; argument
H A DRootOrdering.cpp56 DenseMap<Value, RootOrderingEntry> repEntries; in contract()
90 DenseMap<Value, RootOrderingEntry> &entries = outer->second; in contract()
155 const RootOrderingEntry &entry = inner.second; in solve()
H A DPredicateTree.cpp516 RootOrderingEntry &entry = graph[q.root][p.root]; in buildCostGraph()
630 RootOrderingEntry &entry = source.second; in buildPredicateList()