Home
last modified time | relevance | path

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

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