Lines Matching refs:ZEND_ASSERT
60 ZEND_ASSERT(from_block->successors_count == 2); in needs_pi()
837 ZEND_ASSERT(j < blocks[succ].predecessors_count); in zend_ssa_rename()
851 ZEND_ASSERT(j < blocks[succ].predecessors_count); in zend_ssa_rename()
1091 ZEND_ASSERT(phi->sources[0] >= 0); in zend_ssa_compute_use_def_chains()
1117 ZEND_ASSERT(phi->sources[j] >= 0); in zend_ssa_compute_use_def_chains()
1187 ZEND_ASSERT(0); in zend_ssa_unlink_use_chain()
1216 ZEND_ASSERT(ssa_op->result_def == -1); in zend_ssa_remove_instr()
1217 ZEND_ASSERT(ssa_op->op1_def == -1); in zend_ssa_remove_instr()
1218 ZEND_ASSERT(ssa_op->op2_def == -1); in zend_ssa_remove_instr()
1236 ZEND_ASSERT(0); in zend_ssa_next_use_phi_ptr()
1269 ZEND_ASSERT(*cur != NULL); in zend_ssa_remove_phi_from_block()
1309 ZEND_ASSERT(next_phi == NULL); in zend_ssa_remove_phi_source()
1324 ZEND_ASSERT(phi->ssa_var >= 0); in zend_ssa_remove_phi()
1325 ZEND_ASSERT(ssa->vars[phi->ssa_var].use_chain < 0 in zend_ssa_remove_phi()
1399 ZEND_ASSERT(phi->sources[pred_offset] >= 0); in zend_ssa_remove_predecessor()
1505 ZEND_ASSERT(old >= 0 && new >= 0); in zend_ssa_rename_var_uses()
1506 ZEND_ASSERT(old != new); in zend_ssa_rename_var_uses()
1558 ZEND_ASSERT(ssa_op->op2_use == new); in zend_ssa_rename_var_uses()