[mlir][dataflow] Use successor.isParent to replace successor.getSuccessor (NFC) (#174615)

When we check the condition. To make the code logic clearer, use
successor.isParent to replace successor.getSuccessor.

GitOrigin-RevId: a39f6176af14d8a1360f2b77d6d0e2d4be841fc4
2 files changed
tree: c9341dd400383ef3eba5b355a9b1a59e167164a3
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.