Lines Matching refs:ZEND_ASSERT
60 ZEND_ASSERT(from_block->successors_count == 2); in needs_pi()
816 ZEND_ASSERT(j < blocks[succ].predecessors_count); in zend_ssa_rename()
830 ZEND_ASSERT(j < blocks[succ].predecessors_count); in zend_ssa_rename()
1070 ZEND_ASSERT(phi->sources[0] >= 0); in zend_ssa_compute_use_def_chains()
1096 ZEND_ASSERT(phi->sources[j] >= 0); in zend_ssa_compute_use_def_chains()
1166 ZEND_ASSERT(0); in zend_ssa_unlink_use_chain()
1195 ZEND_ASSERT(ssa_op->result_def == -1); in zend_ssa_remove_instr()
1196 ZEND_ASSERT(ssa_op->op1_def == -1); in zend_ssa_remove_instr()
1197 ZEND_ASSERT(ssa_op->op2_def == -1); in zend_ssa_remove_instr()
1215 ZEND_ASSERT(0); in zend_ssa_next_use_phi_ptr()
1248 ZEND_ASSERT(*cur != NULL); in zend_ssa_remove_phi_from_block()
1291 ZEND_ASSERT(phi->use_chains[pred_offset] == NULL); in zend_ssa_remove_phi_source()
1307 ZEND_ASSERT(phi->ssa_var >= 0); in zend_ssa_remove_phi()
1308 ZEND_ASSERT(ssa->vars[phi->ssa_var].use_chain < 0 in zend_ssa_remove_phi()
1382 ZEND_ASSERT(phi->sources[pred_offset] >= 0); in zend_ssa_remove_predecessor()
1491 ZEND_ASSERT(old >= 0 && new >= 0); in zend_ssa_rename_var_uses()
1492 ZEND_ASSERT(old != new); in zend_ssa_rename_var_uses()
1544 ZEND_ASSERT(ssa_op->op2_use == new); in zend_ssa_rename_var_uses()