OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loop_exit_hasher
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgloop.h
89
struct
loop_exit_hasher
: ggc_ptr_hash<loop_exit>
struct in inherits:ggc_ptr_hash
334
hash_table<
loop_exit_hasher
> *GTY(()) exits;
cfgloop.cc
1028
loop_exit_hasher
::hash (loop_exit *exit)
1036
loop_exit_hasher
::equal (loop_exit *exit, edge e)
1044
loop_exit_hasher
::remove (loop_exit *exit)
1116
loop_exit_hasher
::remove (*slot);
1142
= hash_table<
loop_exit_hasher
>::create_ggc (2 * number_of_loops (cfun));
/src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h
86
struct
loop_exit_hasher
: ggc_ptr_hash<loop_exit>
struct in inherits:ggc_ptr_hash
331
hash_table<
loop_exit_hasher
> *GTY(()) exits;
cfgloop.cc
1035
loop_exit_hasher
::hash (loop_exit *exit)
1043
loop_exit_hasher
::equal (loop_exit *exit, edge e)
1051
loop_exit_hasher
::remove (loop_exit *exit)
1123
loop_exit_hasher
::remove (*slot);
1149
= hash_table<
loop_exit_hasher
>::create_ggc (2 * number_of_loops (cfun));
Completed in 22 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026