Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-generic.c252 result = gimplify_val (bsi, word_type, result); in expand_vector_parallel()
H A Dtree-flow.h608 extern tree gimplify_val (block_stmt_iterator *, tree, tree);
H A Dtree-cfg.c5665 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 Dtree-complex.c573 t = gimplify_val (bsi, inner_type, t); in extract_component()