Searched refs:gcc_stablesort (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sort.cc | 295 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_stablesort() function
|
H A D | system.h | 1220 void gcc_stablesort (void *, size_t, size_t,
|
H A D | bb-reorder.c | 2445 gcc_stablesort (edges, n, sizeof *edges, edge_order); in reorder_basic_blocks_simple()
|
H A D | tree-loop-distribution.c | 2831 gcc_stablesort (&(*partitions)[i], j - i, sizeof (*partitions)[i], in fuse_memset_builtins()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sort.cc | 299 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_stablesort() function
|
H A D | system.h | 1257 void gcc_stablesort (void *, size_t, size_t,
|
H A D | bb-reorder.cc | 2446 gcc_stablesort (edges, n, sizeof *edges, edge_order); in reorder_basic_blocks_simple()
|
H A D | tree-loop-distribution.cc | 2870 gcc_stablesort (&(*partitions)[i], j - i, sizeof (*partitions)[i], in fuse_memset_builtins()
|
H A D | ChangeLog-2018 | 11431 gcc_stablesort. 11437 (fuse_memset_builtins): Change std::stable_sort to gcc_stablesort. 11444 (gcc_stablesort): New. 11445 * system.h (gcc_stablesort): Declare.
|
H A D | ChangeLog-2021 | 18684 gcc_stablesort.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 26296 gcc_stablesort(temp_operands, 4, 2 * sizeof (rtx *), in aarch64_gen_adjusted_ldpstp()
|