Searched refs:n_branch (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;
2561 n_branch++;
2596 if (n_branch
2598 || (n_branch > 1 && (any_uncondjump_p (BB_END (bb))
2609 if (n_branch != 1 && any_uncondjump_p (BB_END (bb)))
2615 if (n_branch != 1 && any_condjump_p (BB_END (bb))
2478 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; local

Completed in 98 milliseconds