Searched refs:n_fallthru (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfghooks.c148 int n_fallthru = 0; local
200 n_fallthru++;
216 if (n_fallthru > 1)
H A Dcfgrtl.c2491 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0;
2517 n_fallthru++, fallthru = e;
2604 if (n_fallthru && any_uncondjump_p (BB_END (bb)))
2478 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; local

Completed in 61 milliseconds