Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp148 static constexpr const char *kCoroFree = "llvm.coro.free"; variable
183 addLLVMFuncDecl(module, builder, kCoroFree, i8Ptr, {token, i8Ptr}); in addCoroutineIntrinsicsDeclarations()
353 loc, i8Ptr, builder.getSymbolRefAttr(kCoroFree), in setupCoroMachinery()