Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncRuntimeRefCounting.cpp163 LogicalResult addAddRefBeforeFunctionCall(Value value);
315 AsyncRuntimeRefCountingPass::addAddRefBeforeFunctionCall(Value value) { in addAddRefBeforeFunctionCall() function in AsyncRuntimeRefCountingPass
442 if (failed(addAddRefBeforeFunctionCall(value))) in addAutomaticRefCounting()