Home
last modified time | relevance | path

Searched defs:toSort (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp174 explicit TopoSortHelper(const SetVector<Operation *> &toSort) in TopoSortHelper()
274 const SetVector<Operation *> &toSort; member in __anon86b1e1e50411::TopoSortHelper
283 mlir::topologicalSort(const SetVector<Operation *> &toSort) { in topologicalSort()
/llvm-project/mlir/test/lib/Analysis/
H A DTestSlice.cpp32 SetVector<Operation *> toSort; in runOnOperation() local