Searched refs:valueUsers (Results 1 – 1 of 1) sorted by relevance
63 auto valueUsers = value.getUsers(); in getDeallocationOpInBlock() local64 auto it = llvm::find_if(valueUsers, [&](Operation *op) { in getDeallocationOpInBlock()68 return (it == valueUsers.end() ? nullptr : *it); in getDeallocationOpInBlock()