Searched defs:refCount (Results 1 – 5 of 5) sorted by relevance
20 uint32_t refCount; member
222 uint32_t refCount = 0; variable
126 RefCounted(AsyncRuntime *runtime, int64_t refCount = 1) in RefCounted()153 std::atomic<int64_t> refCount; member in mlir::runtime::__anonc7b155b40111::RefCounted
497 FailureOr<int> refCount = func(operand); in addRefCounting() local
124 unsigned refCount; variable