Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp211 static bool topSortDFS(unsigned i, std::vector<unsigned> &visit, in topSortDFS() function
219 if (!topSortDFS(j, visit, topSort, adjM)) in topSortDFS()
305 if (!topSortDFS(i, visit, topSort, adjM)) in computeIterationGraph()