Searched refs:return_stmt (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa-isolate-paths.c313 greturn *return_stmt local
315 if (!return_stmt)
318 if (gimple_return_retval (return_stmt) != lhs)
431 if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
433 tree val = gimple_return_retval (return_stmt);
457 gimple_return_set_retval (return_stmt, zero);
H A Dtree-nrv.c198 if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
203 ret_val = gimple_return_retval (return_stmt);
H A Dipa-split.c813 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
816 retval = gimple_return_retval (return_stmt);
841 if (greturn *return_stmt = dyn_cast <greturn *> (gsi_stmt (bsi)))
842 return gimple_return_retval (return_stmt);
1628 if (greturn *return_stmt
1631 gimple_return_set_retval (return_stmt, retval);
H A Dtree-ssa-dce.c914 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
916 tree rhs = gimple_return_retval (return_stmt);
H A Dgimple-walk.c881 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
883 tree op = gimple_return_retval (return_stmt);
H A Dtree-complex.c1423 greturn *return_stmt = as_a <greturn *> (stmt); local
1424 type = TREE_TYPE (gimple_return_retval (return_stmt));
1425 gimple_return_set_retval (return_stmt, fold_convert (type, cc));
H A Dpredict.c2132 greturn *return_stmt = NULL;
2147 return_stmt = as_a <greturn *> (last);
2153 return_val = gimple_return_retval (return_stmt);
2296 return_stmt. */
2130 greturn *return_stmt = NULL; local
H A Dgimple.c2727 if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
2728 if (gimple_return_retval (return_stmt)
2729 && operand_equal_p (gimple_return_retval (return_stmt), op, 0)
H A Dtree-ssa-alias.c1882 else if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
1884 tree retval = gimple_return_retval (return_stmt);
H A Dtree-ssa-structalias.c4778 greturn *return_stmt = as_a <greturn *> (t); local
4782 make_escape_constraint (gimple_return_retval (return_stmt));
4791 get_constraint_for_rhs (gimple_return_retval (return_stmt), &rhsc);
H A Dtree-cfg.c8475 greturn *return_stmt = dyn_cast <greturn *> (last);
8476 if (return_stmt
8477 && gimple_return_retval (return_stmt) == NULL
8474 greturn *return_stmt = dyn_cast <greturn *> (last); local
H A Domp-low.c13275 if (greturn *return_stmt = dyn_cast <greturn *> (stmt))
13277 tree retval = gimple_return_retval (return_stmt);
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c1660 tree return_stmt = build1 (RETURN_EXPR, return_type, local
1663 set_tree_location (return_stmt, loc);
1665 add_stmt (return_stmt);
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c34477 gimple return_stmt; local
[all...]

Completed in 514 milliseconds