Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp172 Operation *userInTheBlock = nullptr; in addAutomaticRefCounting() local
174 userInTheBlock = block.findAncestorOpInBlock(*user); in addAutomaticRefCounting()
175 if (userInTheBlock) in addAutomaticRefCounting()
181 assert(userInTheBlock && "value must have a user in the block"); in addAutomaticRefCounting()
184 Operation *lastUser = blockLiveness->getEndOperation(value, userInTheBlock); in addAutomaticRefCounting()