Searched refs:avail_exprs (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-dom.c | 88 static htab_t avail_exprs; variable 248 avail_exprs = htab_create (1024, real_avail_expr_hash, avail_expr_eq, free); in tree_ssa_dominator_optimize() 350 htab_delete (avail_exprs); in tree_ssa_dominator_optimize() 523 htab_remove_elt_with_hash (avail_exprs, &element, element.hash); in remove_local_expressions_from_table() 874 htab_statistics (file, avail_exprs); in dump_dominator_optimization_stats() 909 slot = htab_find_slot_with_hash (avail_exprs, (void *)element, in record_cond() 1945 slot = htab_find_slot_with_hash (avail_exprs, element, element->hash, in lookup_avail_expr()
|
| H A D | ChangeLog.tree-ssa | 395 false_exprs. Use "free" as the free function for the avail_exprs 405 (record_equivalences_from_incoming_edge): Pass block local avail_exprs 4841 avail_exprs. 12165 (avail_exprs): New local hash table. 12169 (rewrite_into_ssa): Deallocate avail_exprs and const_and_copies 12190 Allocate memory for 'avail_exprs' and 'const_and_copies'.
|
| H A D | ChangeLog-2004 | 12781 (struct dom_walk_block_data): Remove avail_exprs member. 12792 block local avail_exprs. 12800 (record_cond): Push elements into the global avail_exprs stack.
|