Home | History | Annotate | Download | only in gcc

Lines Matching refs:phi_result

394   tree phi_result = PHI_RESULT (phi);
415 && INTEGRAL_TYPE_P (TREE_TYPE (phi_result))
417 && SSA_NAME_RANGE_INFO (phi_result)
421 SSA_NAME_RANGE_TYPE (phi_result),
422 SSA_NAME_RANGE_INFO (phi_result));
624 result = PHI_RESULT (phi);
1780 tree type = TREE_TYPE (PHI_RESULT (phi));
2151 tree phi_result = PHI_RESULT (phi);
2152 result = gimple_build (&stmts, minmax, TREE_TYPE (phi_result), arg0, arg1);
2213 tree phires = PHI_RESULT (phi);
3267 PHI_RESULT (newphi));
3351 new_stmt = gimple_build_assign (lhs, PHI_RESULT (newphi));