Home
last modified time | relevance | path

Searched refs:n_sibcall (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c2552 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; in rtl_verify_edges() local
2639 n_sibcall++; in rtl_verify_edges()
2699 if (n_sibcall && !CALL_P (BB_END (bb))) in rtl_verify_edges()
2706 && n_abnormal == n_abnormal_call + n_sibcall) in rtl_verify_edges()
H A Dcfgrtl.cc2552 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; in rtl_verify_edges() local
2639 n_sibcall++; in rtl_verify_edges()
2699 if (n_sibcall && !CALL_P (BB_END (bb))) in rtl_verify_edges()
2706 && n_abnormal == n_abnormal_call + n_sibcall) in rtl_verify_edges()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c2552 int n_fallthru = 0, n_branch = 0, n_abnormal_call = 0, n_sibcall = 0; in rtl_verify_edges() local
2639 n_sibcall++; in rtl_verify_edges()
2699 if (n_sibcall && !CALL_P (BB_END (bb))) in rtl_verify_edges()
2706 && n_abnormal == n_abnormal_call + n_sibcall) in rtl_verify_edges()