Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DSliceAnalysis.cpp163 struct DFSState { struct
164 DFSState(const SetVector<Operation *> &set) in DFSState() argument
172 static void dfsPostorder(Operation *root, DFSState *state) { in dfsPostorder()
201 DFSState state(toSort); in topologicalSort()