Searched refs:AsyncRuntimeRefCountingPass (Results 1 – 1 of 1) sorted by relevance
105 class AsyncRuntimeRefCountingPass class106 : 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()