Home
last modified time | relevance | path

Searched defs:dropRef (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCountingOpt.cpp79 if (auto dropRef = dyn_cast<RuntimeDropRefOp>(user)) in optimizeReferenceCounting() local
113 for (RuntimeDropRefOp dropRef : info.dropRefs) { in optimizeReferenceCounting() local
/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h94 void dropRef(AliasSetTracker &AST) { dropRef() function
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp139 void dropRef(int64_t count = 1) { in dropRef() function in mlir::runtime::__anone5fff9370111::RefCounted
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp307 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl