Lines Matching refs:IS_CV

197 			if (op->op1_type == IS_CV) {  in find_adjusted_tmp_var()
202 if (op->op1_type == IS_CV) { in find_adjusted_tmp_var()
207 if (op->op1_type == IS_CV && op->op2_type == IS_CONST) { in find_adjusted_tmp_var()
214 } else if (op->op2_type == IS_CV && op->op1_type == IS_CONST) { in find_adjusted_tmp_var()
223 if (op->op1_type == IS_CV && op->op2_type == IS_CONST) { in find_adjusted_tmp_var()
268 if (opline->op1_type == IS_CV) { in place_essa_pis()
276 if (opline->op1_type == IS_CV) { in place_essa_pis()
306 if ((opline-1)->op1_type == IS_CV) { in place_essa_pis()
313 if ((opline-1)->op2_type == IS_CV) { in place_essa_pis()
440 (opline-1)->op1_type == IS_CV) { in place_essa_pis()
462 (opline-1)->op1_type == IS_CV) { in place_essa_pis()
473 opline->op1.var == (opline-1)->result.var && (opline-1)->op1_type == IS_CV) { in place_essa_pis()
492 if ((opline-1)->op1_type == IS_CV && (opline-1)->op2_type == IS_CONST) { in place_essa_pis()
495 } else if ((opline-1)->op1_type == IS_CONST && (opline-1)->op2_type == IS_CV) { in place_essa_pis()
525 opline->op1.var == (opline-1)->result.var && (opline-1)->op1_type == IS_CV && in place_essa_pis()
547 if (opline->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
551 if (opline->op2_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
556 && opline->result_type == IS_CV in _zend_ssa_rename_op()
564 if ((build_flags & ZEND_SSA_RC_INFERENCE) && opline->op2_type == IS_CV) { in _zend_ssa_rename_op()
570 if (opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
579 if (opline->op2_type == IS_CV) { in _zend_ssa_rename_op()
585 if (opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
592 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
595 if (build_flags & ZEND_SSA_RC_INFERENCE && next->op1_type == IS_CV) { in _zend_ssa_rename_op()
602 if (opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
610 if ((build_flags & ZEND_SSA_RC_INFERENCE) && opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
617 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
620 if (next->op1_type == IS_CV) { in _zend_ssa_rename_op()
630 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
633 if ((build_flags & ZEND_SSA_RC_INFERENCE) && next->op1_type == IS_CV) { in _zend_ssa_rename_op()
643 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
646 if (next->op1_type == IS_CV) { in _zend_ssa_rename_op()
656 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
663 if (opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
670 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
702 if (opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
712 if ((build_flags & ZEND_SSA_RC_INFERENCE) && opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
725 && opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
730 if (opline->op1_type == IS_CV in _zend_ssa_rename_op()
739 if (opline->op1_type & (IS_TMP_VAR|IS_VAR|IS_CV)) { in _zend_ssa_rename_op()
745 if (opline->op2_type != IS_CV) { in _zend_ssa_rename_op()
772 if ((build_flags & ZEND_SSA_RC_INFERENCE) && opline->op1_type == IS_CV) { in _zend_ssa_rename_op()
778 if ((build_flags & ZEND_SSA_RC_INFERENCE) && opline->op2_type == IS_CV) { in _zend_ssa_rename_op()
786 if (next->op1_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
789 if ((build_flags & ZEND_SSA_RC_INFERENCE) && next->op1_type == IS_CV) { in _zend_ssa_rename_op()
802 if (opline->result_type & (IS_CV|IS_VAR|IS_TMP_VAR)) { in _zend_ssa_rename_op()
862 && (end-1)->op2_type == IS_CV in zend_ssa_rename()