Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp286 WalkResult refCountingWalk = func.walk([&](Operation *op) -> WalkResult { in runOnFunction() local
292 if (refCountingWalk.wasInterrupted()) in runOnFunction()