Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp401 ParentMaps &parentMaps) { in buildCostGraph() argument
437 DenseMap<Value, OpIndex> &parentMap = parentMaps[root]; in buildCostGraph()
598 ParentMaps parentMaps; in buildPredicateList() local
599 buildCostGraph(roots, graph, parentMaps); in buildPredicateList()
674 DenseMap<Value, OpIndex> parentMap = parentMaps.lookup(target); in buildPredicateList()