Searched refs:addAutomaticRefCounting (Results 1 – 1 of 1) sorted by relevance
145 LogicalResult addAutomaticRefCounting(Value value);432 AsyncRuntimeRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting() function in AsyncRuntimeRefCountingPass453 auto functor = [&](Value value) { return addAutomaticRefCounting(value); }; in runOnOperation()