Searched refs:get_formal_tmp_var (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | omp-low.c | 2697 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 D | tree-gimple.h | 32 extern tree get_formal_tmp_var (tree, tree *);
|
H A D | gimplify.c | 636 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 D | tree-ssa.texi | 170 allocated using @code{get_formal_tmp_var}. The compiler tries to
|
H A D | gccint.info | 6418 allocated using `get_formal_tmp_var'. The compiler tries to always
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 6342 base = get_formal_tmp_var (base_field, pre_p); in alpha_gimplify_va_arg()
|