Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DSparsification.cpp303 static bool topSortDFS(unsigned i, std::vector<unsigned> &visit, in topSortDFS() function
311 if (!topSortDFS(j, visit, topSort, adjM)) in topSortDFS()
352 if (!topSortDFS(i, visit, topSort, adjM)) in computeIterationGraph()