Searched refs:n_abnormal_call (Results 1 – 1 of 1) sorted by relevance
2572 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; in rtl_verify_edges() local2656 n_abnormal_call++; in rtl_verify_edges()2714 if (n_abnormal_call && !CALL_P (BB_END (bb))) in rtl_verify_edges()2726 && n_abnormal == n_abnormal_call + n_sibcall) in rtl_verify_edges()