Home
last modified time | relevance | path

Searched defs:isInCoroutine (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp571 const bool isInCoroutine = funcCoro != coros->end(); in matchAndRewrite() local
794 auto isInCoroutine = [&](Operation *op) -> bool { in runOnOperation() local