Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgloop.h86 struct loop_exit_hasher : ggc_ptr_hash<loop_exit> struct
331 hash_table<loop_exit_hasher> *GTY(()) exits;
Dcfgloop.cc1034 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()
DChangeLog-201526655 * cfgloop.h (loop_exit_hasher): Inherit from ggc_ptr_hash rather than