Searched refs:param_uses (Results 1 – 1 of 1) sorted by relevance
803 auto param_uses = GetAllUsesOfInstructionAtIndex(param, operand_index); in CanShareOperandBufferWithUser() local813 return param_uses.size() == 1 && param_uses[0].first == callee_root && in CanShareOperandBufferWithUser()814 callee_root->IsElementwiseOnOperand(param_uses[0].second); in CanShareOperandBufferWithUser()