Searched refs:n_sibcall (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;
2567 n_sibcall++;
2627 if (n_sibcall && !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 38 milliseconds