Searched refs:split_store (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 3105 class split_store 3114 split_store (unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT, 3120 split_store::split_store (unsigned HOST_WIDE_INT bp, in split_store() function 3286 vec<split_store *> *split_stores, in split_group() 3323 split_store *store in split_group() 3324 = new split_store (bytepos, group->width, align); in split_group() 3385 split_store *store in split_group() 3386 = new split_store (bytepos, gstore->bitsize, align_base); in split_group() 3535 split_store *store in split_group() 3536 = new split_store (try_pos, try_size, align); in split_group() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 3440 class split_store class 3449 split_store (unsigned HOST_WIDE_INT, unsigned HOST_WIDE_INT, 3455 split_store::split_store (unsigned HOST_WIDE_INT bp, in split_store() function in __anone7f7d7200211::split_store 3622 vec<split_store *> *split_stores, in split_group() 3660 split_store *store in split_group() 3661 = new split_store (bytepos, group->width, align); in split_group() 3722 split_store *store in split_group() 3723 = new split_store (bytepos, gstore->bitsize, align_base); in split_group() 3872 split_store *store in split_group() 3873 = new split_store (try_pos, try_size, align); in split_group() [all …]
|
H A D | ChangeLog-2017 | 8427 (struct split_store): Remove orig_stmts data member, add orig_stores. 8428 (split_store::split_store): Create orig_stores rather than orig_stmts. 9575 (struct split_store): Add orig non-static data member. 9576 (split_store::split_store): Initialize orig to false.
|
H A D | ChangeLog-2019 | 21843 * gimple-ssa-store-merging.c (split_store::split_store): Same.
|
H A D | ChangeLog-2018 | 24196 release split_store vector contents on failure.
|