Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DSliceAnalysis.cpp168 : toSort(set), topologicalCounts(), seen() {} in DFSState()
170 SmallVector<Operation *, 16> topologicalCounts; member
186 state->topologicalCounts.push_back(current); in DFSPostorder()
206 for (auto it = state.topologicalCounts.rbegin(), in topologicalSort()
207 eit = state.topologicalCounts.rend(); in topologicalSort()