Searched refs:new_bind (Results 1 – 2 of 2) sorted by relevance
952 gimple *new_bind; in copy_gimple_bind() local971 new_bind = gimple_build_bind (new_vars, new_body, new_block); in copy_gimple_bind()973 return new_bind; in copy_gimple_bind()
16543 gbind *new_bind; in gimplify_function_tree() local16575 new_bind = gimple_build_bind (NULL, body, NULL); in gimplify_function_tree()16580 gimple_seq_add_stmt (&seq, new_bind); in gimplify_function_tree()16582 bind = new_bind; in gimplify_function_tree()16590 gbind *new_bind = gimple_build_bind (NULL, tf, NULL); in gimplify_function_tree() local16594 gimple_seq_add_stmt (&seq, new_bind); in gimplify_function_tree()