Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp111 class AsyncRuntimeRefCountingPass class
112 : public impl::AsyncRuntimeRefCountingBase<AsyncRuntimeRefCountingPass> {
114 AsyncRuntimeRefCountingPass() = default;
232 LogicalResult AsyncRuntimeRefCountingPass::addDropRefAfterLastUse(Value value) { in addDropRefAfterLastUse()
321 AsyncRuntimeRefCountingPass::addAddRefBeforeFunctionCall(Value value) { in addAddRefBeforeFunctionCall()
339 AsyncRuntimeRefCountingPass::addDropRefInDivergentLivenessSuccessor( in addDropRefInDivergentLivenessSuccessor()
438 AsyncRuntimeRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting()
458 void AsyncRuntimeRefCountingPass::runOnOperation() { in runOnOperation()
560 return std::make_unique<AsyncRuntimeRefCountingPass>(); in createAsyncRuntimeRefCountingPass()