Searched refs:loop_exit_hasher (Results 1 – 3 of 3) sorted by relevance
86 struct loop_exit_hasher : ggc_ptr_hash<loop_exit> struct331 hash_table<loop_exit_hasher> *GTY(()) exits;
1034 loop_exit_hasher::hash (loop_exit *exit) in hash()1042 loop_exit_hasher::equal (loop_exit *exit, edge e) in equal()1050 loop_exit_hasher::remove (loop_exit *exit) in remove()1122 loop_exit_hasher::remove (*slot); in rescan_loop_exit()1148 = hash_table<loop_exit_hasher>::create_ggc (2 * number_of_loops (cfun)); in record_loop_exits()
26655 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than