Lines Matching refs:removed_ops
2127 int removed_ops = 0; in try_remove_definition() local
2206 removed_ops = remove_call(ctx, opline, ssa_op) - 1; in try_remove_definition()
2210 removed_ops++; in try_remove_definition()
2213 removed_ops++; in try_remove_definition()
2241 removed_ops++; in try_remove_definition()
2248 removed_ops = remove_call(ctx, opline, ssa_op); in try_remove_definition()
2252 removed_ops++; in try_remove_definition()
2255 removed_ops++; in try_remove_definition()
2312 return removed_ops; in try_remove_definition()
2331 removed_ops++; in try_remove_definition()
2337 removed_ops++; in try_remove_definition()
2352 removed_ops++; in try_remove_definition()
2365 return removed_ops; in try_remove_definition()
2376 int removed_ops = 0; in replace_constant_operands() local
2392 removed_ops += try_remove_definition(ctx, i, var, NULL); in replace_constant_operands()
2409 removed_ops++; in replace_constant_operands()
2431 removed_ops += try_remove_definition(ctx, i, var, value); in replace_constant_operands()
2435 return removed_ops; in replace_constant_operands()
2472 int removed_ops = 0; in sccp_optimize_op_array() local
2507 removed_ops += scdf_remove_unreachable_blocks(&sccp.scdf); in sccp_optimize_op_array()
2508 removed_ops += replace_constant_operands(&sccp); in sccp_optimize_op_array()
2513 return removed_ops; in sccp_optimize_op_array()