Home
last modified time | relevance | path

Searched refs:gimplify_val (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-vect-generic.c252 result = gimplify_val (bsi, word_type, result); in expand_vector_parallel()
HDtree-flow.h608 extern tree gimplify_val (block_stmt_iterator *, tree, tree);
HDtree-cfg.c5672 gimplify_val (block_stmt_iterator *bsi, tree type, tree exp) in gimplify_val() function
5705 return gimplify_val (bsi, type, ret); in gimplify_build3()
5720 return gimplify_val (bsi, type, ret); in gimplify_build2()
5735 return gimplify_val (bsi, type, ret); in gimplify_build1()
HDtree-complex.c573 t = gimplify_val (bsi, inner_type, t); in extract_component()
HDChangeLog.tree-ssa2671 * tree-complex.c (gimplify_val): Copy TREE_BLOCK.
2673 * tree-complex.c (gimplify_val): New.
HDChangeLog-200422253 * tree-cfg.c (gimplify_val): Move from tree-complex.c.
22257 * tree-complex.c (gimplify_val, do_unop, do_binop): Remove.
22260 * tree-nested.c (gimplify_val): Rename to...
32886 (gimplify_val): Replace make_temp with make_rename_temp
HDChangeLog-20064224 * tree-cfg.c (gimplify_val): Call mark_new_vars_to_rename on the
HDChangeLog-20052873 * tree-cfg.c (factor_computed_gotos, gimplify_val): Likewise.