Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp105 class AsyncRuntimeRefCountingPass class
106 : public AsyncRuntimeRefCountingBase<AsyncRuntimeRefCountingPass> {
108 AsyncRuntimeRefCountingPass() = default;
226 LogicalResult AsyncRuntimeRefCountingPass::addDropRefAfterLastUse(Value value) { in addDropRefAfterLastUse()
315 AsyncRuntimeRefCountingPass::addAddRefBeforeFunctionCall(Value value) { in addAddRefBeforeFunctionCall()
333 AsyncRuntimeRefCountingPass::addDropRefInDivergentLivenessSuccessor( in addDropRefInDivergentLivenessSuccessor()
432 AsyncRuntimeRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting()
452 void AsyncRuntimeRefCountingPass::runOnOperation() { in runOnOperation()
554 return std::make_unique<AsyncRuntimeRefCountingPass>(); in createAsyncRuntimeRefCountingPass()