Searched refs:compute_laterin (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lcm.cc | 62 static void compute_laterin (struct edge_list *, sbitmap *, sbitmap *, 231 compute_laterin (struct edge_list *edge_list, sbitmap *earliest, in compute_laterin() function 434 compute_laterin (edge_list, earliest, antloc, later, laterin); in pre_edge_lcm_avs()
|
H A D | ChangeLog-1999 | 1697 * lcm.c (compute_laterin): Cast bb->aux to size_t not int. 2528 * lcm.c (compute_laterin): Store a size_t not an int in bb->aux. 2604 * lcm.c (compute_laterin): Fix initialization of LATER. 2739 (compute_laterin, compute_nearerout): Similarly. 3241 * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
|
H A D | ChangeLog-2013 | 2779 * lcm.c (compute_laterin, compute_insert_delete, compute_available, 2951 * lcm.c (compute_antinout_edge, compute_laterin, 6361 (compute_laterin): Remove uses of macros: ENTRY_BLOCK_PTR, 7416 (compute_laterin): Likewise.
|
H A D | ChangeLog-2002 | 19723 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete, 20239 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete, 21718 * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
|
H A D | ChangeLog-2001 | 7523 (compute_laterin, compute_available, compute_nearerout): Likewise.
|
H A D | ChangeLog-2000 | 13664 * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
|
H A D | ChangeLog-2005 | 937 * lcm.c (compute_antinout_edge, compute_laterin,
|
H A D | ChangeLog-2017 | 30976 * lcm.c (compute_laterin): Adjust.
|
H A D | ChangeLog-2004 | 10840 (compute_laterin): Likewise.
|
H A D | ChangeLog-2014 | 48532 (compute_laterin): Use inverted postorder iteration.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lcm.c | 62 static void compute_laterin (struct edge_list *, sbitmap *, sbitmap *, 231 compute_laterin (struct edge_list *edge_list, sbitmap *earliest, in compute_laterin() function 434 compute_laterin (edge_list, earliest, antloc, later, laterin); in pre_edge_lcm_avs()
|