Searched refs:gimplify_val (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-vect-generic.c | 252 result = gimplify_val (bsi, word_type, result); in expand_vector_parallel()
|
| H A D | tree-flow.h | 608 extern tree gimplify_val (block_stmt_iterator *, tree, tree);
|
| H A D | tree-cfg.c | 5665 gimplify_val (block_stmt_iterator *bsi, tree type, tree exp) in gimplify_val() function 5698 return gimplify_val (bsi, type, ret); in gimplify_build3() 5713 return gimplify_val (bsi, type, ret); in gimplify_build2() 5728 return gimplify_val (bsi, type, ret); in gimplify_build1()
|
| H A D | tree-complex.c | 573 t = gimplify_val (bsi, inner_type, t); in extract_component()
|