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

/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c2491 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0;
2564 n_abnormal_call++;
2622 if (n_abnormal_call && !CALL_P (BB_END (bb)))
2634 && n_abnormal == n_abnormal_call + n_sibcall)
2478 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; local

Completed in 55 milliseconds