Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp30 static constexpr const char kAsyncFnPrefix[] = "async_execute_fn"; variable
492 FuncOp func = FuncOp::create(loc, kAsyncFnPrefix, funcType, funcAttrs); in outlineExecuteOp()