Searched refs:AsyncRefCountingPass (Results 1 – 2 of 2) sorted by relevance
30 class AsyncRefCountingPass : public AsyncRefCountingBase<AsyncRefCountingPass> { class32 AsyncRefCountingPass() = default;109 LogicalResult AsyncRefCountingPass::addAutomaticRefCounting(Value value) { in addAutomaticRefCounting()280 void AsyncRefCountingPass::runOnFunction() { in runOnFunction()323 return std::make_unique<AsyncRefCountingPass>(); in createAsyncRefCountingPass()
254 // See `AsyncRefCountingPass` documentation for the implementation details.