Home
last modified time | relevance | path

Searched refs:goto_queue_active (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc386 size_t goto_queue_active; member
425 if (tf->goto_queue_active < LARGE_GOTO_QUEUE) in find_goto_replacement()
427 for (i = 0; i < tf->goto_queue_active; i++) in find_goto_replacement()
439 for (i = 0; i < tf->goto_queue_active; i++) in find_goto_replacement()
570 if (tf->goto_queue_active == 0) in replace_goto_queue()
592 active = tf->goto_queue_active; in record_in_goto_queue()
603 tf->goto_queue_active = active + 1; in record_in_goto_queue()
1080 qe = q + tf->goto_queue_active; in lower_try_finally_nofallthru()
1191 qe = q + tf->goto_queue_active; in lower_try_finally_onedest()
1291 qe = q + tf->goto_queue_active; in lower_try_finally_copy()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c386 size_t goto_queue_active; member
425 if (tf->goto_queue_active < LARGE_GOTO_QUEUE) in find_goto_replacement()
427 for (i = 0; i < tf->goto_queue_active; i++) in find_goto_replacement()
439 for (i = 0; i < tf->goto_queue_active; i++) in find_goto_replacement()
570 if (tf->goto_queue_active == 0) in replace_goto_queue()
592 active = tf->goto_queue_active; in record_in_goto_queue()
603 tf->goto_queue_active = active + 1; in record_in_goto_queue()
1085 qe = q + tf->goto_queue_active; in lower_try_finally_nofallthru()
1196 qe = q + tf->goto_queue_active; in lower_try_finally_onedest()
1296 qe = q + tf->goto_queue_active; in lower_try_finally_copy()
[all …]