Home
last modified time | relevance | path

Searched refs:compute_local_properties (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c471 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 Dcprop.c590 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 Dgcse.cc471 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 Dcprop.cc591 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 DChangeLog-199915452 * 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 DChangeLog-200211479 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 DChangeLog-20113641 (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 DChangeLog-20132926 * cprop.c (compute_local_properties, find_implicit_sets,
2938 * gcse.c (alloc_gcse_mem, compute_local_properties,
H A DChangeLog-200022331 (compute_local_properties): Likewise, also hash_table_size.
H A DChangeLog-201040760 * gcse.c (compute_local_properties, insert_expr_in_table,
H A DChangeLog-201537509 (compute_local_properties): Pass additional arguments to compute_transp.