Searched defs:seq_p (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gimplify.c | 178 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple gs) in gimple_seq_add_stmt_without_update() 197 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple gs) in gimplify_seq_add_stmt() 379 gimplify_and_add (tree t, gimple_seq *seq_p) in gimplify_and_add() 389 gimplify_and_return_first (tree t, gimple_seq *seq_p) in gimplify_and_return_first() 1384 gimplify_vla_decl (tree decl, gimple_seq *seq_p) in gimplify_vla_decl() 1426 gimplify_decl_expr (tree *stmt_p, gimple_seq *seq_p) in gimplify_decl_expr() 3263 prepare_gimple_addressable (tree *expr_p, gimple_seq *seq_p) in prepare_gimple_addressable() 3276 gimple_seq *seq_p) in gimplify_modify_expr_to_memcpy() 3323 gimple_seq *seq_p) in gimplify_modify_expr_to_memset() 5488 gimplify_stmt (tree *stmt_p, gimple_seq *seq_p) in gimplify_stmt()
|
H A D | gimple.c | 491 gimplify_assign (tree dst, tree src, gimple_seq *seq_p) in gimplify_assign() 1255 gimple_seq_add_stmt (gimple_seq *seq_p, gimple gs) in gimple_seq_add_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimplify.c | 209 gimplify_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimplify_seq_add_stmt() 439 gimplify_and_add (tree t, gimple_seq *seq_p) in gimplify_and_add() 449 gimplify_and_return_first (tree t, gimple_seq *seq_p) in gimplify_and_return_first() 1201 asan_poison_variable (tree decl, bool poison, gimple_seq *seq_p) in asan_poison_variable() 1236 asan_poison_variables (hash_set<tree> *variables, bool poison, gimple_seq *seq_p) in asan_poison_variables() 1580 gimplify_vla_decl (tree decl, gimple_seq *seq_p) in gimplify_vla_decl() 1637 gimplify_decl_expr (tree *stmt_p, gimple_seq *seq_p) in gimplify_decl_expr() 2315 expand_FALLTHROUGH (gimple_seq *seq_p) in expand_FALLTHROUGH() 4188 prepare_gimple_addressable (tree *expr_p, gimple_seq *seq_p) in prepare_gimple_addressable() 4206 gimple_seq *seq_p) in gimplify_modify_expr_to_memcpy() [all …]
|
H A D | gimple.c | 1249 gimple_seq_add_stmt (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt() 1266 gimple_seq_add_stmt_without_update (gimple_seq *seq_p, gimple *gs) in gimple_seq_add_stmt_without_update()
|