Home
last modified time | relevance | path

Searched defs:DFSState (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DSliceAnalysis.cpp166 struct DFSState { struct
167 DFSState(const SetVector<Operation *> &set) in DFSState() argument
169 const SetVector<Operation *> &toSort;
170 SmallVector<Operation *, 16> topologicalCounts;
171 DenseSet<Operation *> seen;