Searched refs:compute_local_properties (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcse.c | 471 static void compute_local_properties (sbitmap *, sbitmap *, sbitmap *, 667 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, in compute_local_properties() function 1871 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 2802 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
H A D | cprop.c | 590 compute_local_properties (sbitmap *kill, sbitmap *comp, in compute_local_properties() function 642 compute_local_properties (cprop_kill, cprop_avloc, &set_hash_table); in compute_cprop_data()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcse.cc | 471 static void compute_local_properties (sbitmap *, sbitmap *, sbitmap *, 667 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, in compute_local_properties() function 1871 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_pre_data() 2784 compute_local_properties (transp, comp, antloc, &expr_hash_table); in compute_code_hoist_data()
|
H A D | cprop.cc | 591 compute_local_properties (sbitmap *kill, sbitmap *comp, in compute_local_properties() function 643 compute_local_properties (cprop_kill, cprop_avloc, &set_hash_table); in compute_cprop_data()
|
H A D | ChangeLog-1999 | 15452 * gcse.c (compute_local_properties): If setp is nonzero, clear 18005 (compute_pre_data): Use compute_local_properties instead of 18018 (compute_local_properties): New function. 18020 (compute_cprop_data): Use compute_local_properties.
|
H A D | ChangeLog-2002 | 11479 dump_hash_table, lookup_expr, lookup_set, compute_local_properties, 19714 * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties, 21695 (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
|
H A D | ChangeLog-2011 | 3641 (compute_local_properties): Rename TRANSP parameter into KILL and 31494 (compute_local_properties): ...here. Expect COMP and TRANSP 33123 (compute_local_properties): Only handle expression tables.
|
H A D | ChangeLog-2013 | 2926 * cprop.c (compute_local_properties, find_implicit_sets, 2938 * gcse.c (alloc_gcse_mem, compute_local_properties,
|
H A D | ChangeLog-2000 | 22331 (compute_local_properties): Likewise, also hash_table_size.
|
H A D | ChangeLog-2010 | 40760 * gcse.c (compute_local_properties, insert_expr_in_table,
|
H A D | ChangeLog-2015 | 37509 (compute_local_properties): Pass additional arguments to compute_transp.
|