Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestSlice.cpp34 SetVector<Operation *> sortedOp; in runOnOperation() local
36 sortedOp.insert(op.second); in runOnOperation()
37 sortedOp = topologicalSort(sortedOp); in runOnOperation()
39 for (Operation *op : sortedOp) { in runOnOperation()