Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp229 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeAddRef() local
230 refCounted->addRef(count); in mlirAsyncRuntimeAddRef()
235 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeDropRef() local
236 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()