Searched refs:this_seq (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3942 gimple_seq this_seq; local
3943 tree addr = force_gimple_operand_1 (unshare_expr (base_addr), &this_seq,
3945 gimple_seq_add_seq_without_update (&seq, this_seq);
3994 &this_seq, is_gimple_mem_ref_addr,
3996 gimple_seq_add_seq_without_update (&seq, this_seq);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc4280 gimple_seq this_seq; local
4281 tree addr = force_gimple_operand_1 (unshare_expr (base_addr), &this_seq,
4283 gimple_seq_add_seq_without_update (&seq, this_seq);
4332 &this_seq, is_gimple_mem_ref_addr,
4334 gimple_seq_add_seq_without_update (&seq, this_seq);

Completed in 204 milliseconds