Home
last modified time | relevance | path

Searched refs:initialize_hash_element (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-dom.c465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) in initialize_hash_element() function
522 initialize_hash_element (expr, NULL, &element); in remove_local_expressions_from_table()
907 initialize_hash_element (cond, value, element); in record_cond()
1932 initialize_hash_element (stmt, lhs, element); in lookup_avail_expr()
DChangeLog.tree-ssa315 (initialize_hash_element): New LHS argument. Callers changed.
320 and pass LHS to initialize_hash_element.
322 hash table entry with initialize_hash_element.
399 (initialize_hash_element): New function.
400 (remove_local_expressions_from_table): Use initialize_hash_element.
DChangeLog-200520746 (initialize_hash_element): Initialzie with stmt, not annotation.
22531 (initialize_hash_element): Handle GOTO_EXPR.