Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DRootOrdering.cpp53 DenseSet<Value> cycleSet(cycle.begin(), cycle.end()); in contract() local
59 if (cycleSet.contains(target)) { in contract()
65 if (cycleSet.contains(source)) in contract()
96 if (cycleSet.contains(source)) { in contract()