Searched refs:computeIterationGraph (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 257 static bool computeIterationGraph(Merger &merger, linalg::GenericOp op, in computeIterationGraph() function 1732 if (!computeIterationGraph(merger, op, topSort, SortMask::kIncludeAll) && in matchAndRewrite() 1733 !computeIterationGraph(merger, op, topSort, SortMask::kIncludeUndef) && in matchAndRewrite() 1734 !computeIterationGraph(merger, op, topSort, SortMask::kIncludeDense) && in matchAndRewrite() 1735 !computeIterationGraph(merger, op, topSort, SortMask::kSparseOnly)) { in matchAndRewrite() 1774 !computeIterationGraph(merger, op, topSort, SortMask::kSparseOnly, t)) in resolveCycle()
|