Lines Matching refs:goto_queue_active
386 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()
1486 qe = q + tf->goto_queue_active; in lower_try_finally_switch()