Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp166 const SetVector<Operation *> &toSort; member
195 mlir::topologicalSort(const SetVector<Operation *> &toSort) { in topologicalSort()