Lines Matching refs:result_def
355 ZEND_ASSERT(ssa_op->result_def == (ssa_op + 1)->op2_use); in try_replace_op2()
1253 if (ssa_op->result_def >= 0) { in sccp_visit_instr()
1267 if (ssa_op->result_def >= 0) { in sccp_visit_instr()
1344 if (ssa_op->result_def >= 0 in sccp_visit_instr()
1345 && ctx->scdf.ssa->vars[ssa_op->result_def].escape_state == ESCAPE_STATE_NO_ESCAPE) { in sccp_visit_instr()
1800 if (ssa_op->result_def < 0 || IS_BOT(&ctx->values[ssa_op->result_def])) { in sccp_visit_instr()
1831 if (!IS_TOP(&ctx->values[ssa_op->result_def])) { in sccp_visit_instr()
2209 if (ssa_op->result_def == var_num) { in try_remove_definition()
2279 ssa_op->result_def = -1; in try_remove_definition()
2285 ssa_op->result_def = var_num; in try_remove_definition()
2368 if (ssa_op->result_def >= 0) { in try_remove_definition()
2369 if (ssa->vars[ssa_op->result_def].use_chain < 0 in try_remove_definition()
2370 && ssa->vars[ssa_op->result_def].phi_use_chain == NULL) { in try_remove_definition()