Searched refs:is_gimple_formal_tmp_rhs (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-gimple.c43 is_gimple_formal_tmp_rhs (tree t) function
104 return is_gimple_formal_tmp_rhs (t);
123 return is_gimple_formal_tmp_rhs (t);
132 return is_gimple_formal_tmp_rhs;
H A Dtree-gimple.h75 extern bool is_gimple_formal_tmp_rhs (tree);
H A Dgimplify.c588 gimplify_expr (&val, pre_p, post_p, is_gimple_formal_tmp_rhs, fb_rvalue);
6026 else if ((fallback & fb_rvalue) && is_gimple_formal_tmp_rhs (*expr_p))

Completed in 115 milliseconds