Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBM.cpp52 visitor.walkPostorder(expr); in collectSDBMBuildInfo()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h383 void walkPostorder(SDBMExpr expr) { return walk</*isPreorder=*/false>(expr); } in walkPostorder() function