Searched defs:lhs_addr (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-dse.c | 386 tree lhs_addr = build_fold_addr_expr (gimple_assign_lhs (stmt)); in maybe_trim_constructor_store() local
|
H A D | trans-mem.c | 2413 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; in expand_assign_tm() local
|
H A D | gimplify.c | 13086 goa_stabilize_expr (tree *expr_p, gimple_seq *pre_p, tree lhs_addr, in goa_stabilize_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-dse.cc | 545 tree lhs_addr = build_fold_addr_expr (gimple_assign_lhs (stmt)); in maybe_trim_constructor_store() local
|
H A D | trans-mem.cc | 2416 tree lhs_addr, rhs_addr, ltmp = NULL, copy_fn; in expand_assign_tm() local
|
H A D | gimplify.cc | 14409 goa_stabilize_expr (tree *expr_p, gimple_seq *pre_p, tree lhs_addr, in goa_stabilize_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 4107 tree lhs_addr = build_unary_op (loc, ADDR_EXPR, lhs, false); in build_atomic_assign() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 4138 tree lhs_addr = build_unary_op (loc, ADDR_EXPR, lhs, false); in build_atomic_assign() local
|