Searched refs:sbitmap_resize (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | sbitmap.h | 179 extern sbitmap sbitmap_resize (sbitmap, unsigned int, int);
|
| H A D | cfganal.c | 971 visited = sbitmap_resize (visited, size, 0); in dfs_enumerate_from()
|
| H A D | sbitmap.c | 57 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) in sbitmap_resize() function
|
| H A D | tree-into-ssa.c | 657 new_ssa_names = sbitmap_resize (new_ssa_names, new_sz, 0); in add_new_name_mapping() 658 old_ssa_names = sbitmap_resize (old_ssa_names, new_sz, 0); in add_new_name_mapping()
|
| H A D | recog.c | 2802 blocks = sbitmap_resize (blocks, last_basic_block, 1); in split_all_insns()
|
| H A D | ChangeLog-2003 | 32535 * sbitmap.c (sbitmap_resize): New function. 32536 * sbitmap.h (sbitmap_resize): Prototype here. 32537 * recog.c (split_all_insns): Use sbitmap_resize.
|