Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp73 if (auto dropRef = dyn_cast<RuntimeDropRefOp>(user)) in optimizeReferenceCounting() local
74 info.dropRefs.push_back(dropRef); in optimizeReferenceCounting()
107 for (RuntimeDropRefOp dropRef : info.dropRefs) { in optimizeReferenceCounting() local
109 if (dropRef.count() != addRef.count() || in optimizeReferenceCounting()
110 dropRef->isBeforeInBlock(addRef.getOperation())) in optimizeReferenceCounting()
138 if (user == dropRef || dropRef->isBeforeInBlock(user)) in optimizeReferenceCounting()
166 auto emplaced = cancellable.try_emplace(dropRef.getOperation(), in optimizeReferenceCounting()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp141 void dropRef(int64_t count = 1) { in dropRef() function in mlir::runtime::__anonc7b155b40111::RefCounted
236 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()
298 group->dropRef(); in mlirAsyncRuntimeAddTokenToGroup()
322 token->dropRef(); in setTokenState()
340 value->dropRef(); in setValueState()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h115 OldAS->dropRef(AST); in getAliasSet()
185 void dropRef(AliasSetTracker &AST) { in dropRef() function
284 Forward->dropRef(AST); in getForwardedTarget()
306 dropRef(AST); in removeUnknownInst()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasSetTracker.cpp102 AS.dropRef(AST); in mergeSetIn()
107 Fwd->dropRef(*this); in removeAliasSet()
534 AS->dropRef(*this); in deleteValue()
588 FwdTo->dropRef(*this); in mergeAllAliasSets()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp170 R->dropRef(Ref); in untrack()
224 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h319 void dropRef(void *Ref);