Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp227 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeAddRef() local
228 refCounted->addRef(count); in mlirAsyncRuntimeAddRef()
233 RefCounted *refCounted = static_cast<RefCounted *>(ptr); in mlirAsyncRuntimeDropRef() local
234 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()