Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparsification.cpp118 unsigned sz = topSort.size(); in permute()
128 perm[i] = inv[topSort[i]]; in permute()
222 topSort.push_back(i); in topSortDFS()
300 topSort.clear(); in computeIterationGraph()
301 topSort.reserve(n); in computeIterationGraph()
307 std::reverse(std::begin(topSort), std::end(topSort)); in computeIterationGraph()
1088 unsigned idx = topSort[at]; in genInit()
1333 unsigned idx = topSort[at]; in genLoop()
1348 unsigned idx = topSort[at]; in genLocals()
1631 if (at == topSort.size()) { in genStmt()
[all …]