Home
last modified time | relevance | path

Searched refs:split_group (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-store-merging.c3284 split_group (merged_store_group *group, bool allow_unaligned_store, in split_group() function
3776 cnt[pass] = split_group (group, (pass & 1) != 0, in output_merged_store()
3788 split_group (group, allow_unaligned_store, allow_unaligned_load, bzero_first, in output_merged_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-store-merging.cc3620 split_group (merged_store_group *group, bool allow_unaligned_store, in split_group() function
4110 cnt[pass] = split_group (group, (pass & 1) != 0, in output_merged_store()
4125 split_group (group, allow_unaligned_store, allow_unaligned_load, bzero_first, in output_merged_store()
H A DChangeLog-20171093 (split_group, imm_store_chain_info::output_merged_store): Likewise.
5945 (split_group): Handle LROTATE_EXPR and NOP_EXPR rhs_code specially.
7113 (split_group): Count precisely bit_not_p bits in each statement.
7561 (count_multiple_uses, split_group,
7726 (split_group): Add total_orig and total_new arguments, estimate the
7729 (imm_store_chain_info::output_merged_store): Adjust split_group
8433 (split_group): Rename ALLOW_UNALIGNED argument to
8437 than INTEGER_CST, adjust split_group, get_alias_type_for_stmts and
9582 (split_group): Return unsigned int count how many stores are or
9590 here, if true, do 2 split_group dry runs to compute which one
H A DChangeLog-20196270 (split_group): Handle clobbers.
21845 (split_group): Same.
29508 (split_group): Add bzero_first argument. If set, always emit first
29513 bzero_first for split_group gives smaller number of stores. Adjust
29514 split_group callers.
H A DChangeLog4155 (split_group): Likewise.
H A DChangeLog-202018178 (split_group): Do not split the group for a string concatenation.