Home
last modified time | relevance | path

Searched refs:get_formal_tmp_var (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Domp-low.c2697 t = get_formal_tmp_var (t, &list); in expand_omp_for_generic()
2715 t = get_formal_tmp_var (t, &list); in expand_omp_for_generic()
2842 q = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2847 q = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2850 s0 = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2854 e0 = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2878 e = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
2891 t = get_formal_tmp_var (t, &list); in expand_omp_for_static_nochunk()
3036 s0 = get_formal_tmp_var (t, &list); in expand_omp_for_static_chunk()
3062 e = get_formal_tmp_var (t, &list); in expand_omp_for_static_chunk()
[all …]
H A Dtree-gimple.h32 extern tree get_formal_tmp_var (tree, tree *);
H A Dgimplify.c636 get_formal_tmp_var (tree val, tree *pre_p) in get_formal_tmp_var() function
2727 *expr_p = get_formal_tmp_var (*expr_p, pre_p); in gimplify_init_ctor_preeval()
3488 other = get_formal_tmp_var (other, pre_p); in gimplify_modify_expr_complex_part()
6038 *expr_p = get_formal_tmp_var (*expr_p, pre_p); in gimplify_expr()
/openbsd/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi170 allocated using @code{get_formal_tmp_var}. The compiler tries to
H A Dgccint.info6418 allocated using `get_formal_tmp_var'. The compiler tries to always
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c6342 base = get_formal_tmp_var (base_field, pre_p); in alpha_gimplify_va_arg()