Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp437 DenseMap<Value, OpIndex> &parentMap = parentMaps[root]; in buildCostGraph() local
443 if (!parentMap.insert({entry.value, {entry.parent, entry.index}}).second) in buildCostGraph()
674 DenseMap<Value, OpIndex> parentMap = parentMaps.lookup(target); in buildPredicateList() local
680 OpIndex opIndex = parentMap.lookup(value); in buildPredicateList()