Searched refs:allow_unaligned_load (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 3285 bool allow_unaligned_load, bool bzero_first, in split_group() argument 3370 if (!allow_unaligned_load) in split_group() 3416 if (!allow_unaligned_load) in split_group() 3732 bool allow_unaligned_load = allow_unaligned_store; in output_merged_store() local 3777 allow_unaligned_load, (pass & 2) != 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 D | gimple-ssa-store-merging.cc | 3621 bool allow_unaligned_load, bool bzero_first, in split_group() argument 3707 if (!allow_unaligned_load) in split_group() 3753 if (!allow_unaligned_load) in split_group() 4065 bool allow_unaligned_load = allow_unaligned_store; in output_merged_store() local 4111 allow_unaligned_load, (pass & 2) != 0, in output_merged_store() 4125 split_group (group, allow_unaligned_store, allow_unaligned_load, bzero_first, in output_merged_store()
|