\brief Perform a Common Subexpression Elimination step Assuming the two given PcodeOps perform the identical operation on identical operands (depth 1 functional equivalence) eliminate the redundancy. Return the remaining (dominating) PcodeOp. If neither op dominates the other, both are eliminated, and a new PcodeOp is built at a commonly accessible point. \param data is the function being modifi
source not stored for this graph (policy: none)
no test coverage detected