Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DSliceAnalysis.cpp175 static void DFSPostorder(Operation *current, DFSState *state) { in DFSPostorder() function
178 DFSPostorder(op, state); in DFSPostorder()
201 DFSPostorder(s, &state); in topologicalSort()