Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DCopyRemoval.cpp63 auto valueUsers = value.getUsers(); in getDeallocationOpInBlock() local
64 auto it = llvm::find_if(valueUsers, [&](Operation *op) { in getDeallocationOpInBlock()
68 return (it == valueUsers.end() ? nullptr : *it); in getDeallocationOpInBlock()