Home
last modified time | relevance | path

Searched refs:n_call (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcfgrtl.c1867 int n_fallthru = 0, n_eh = 0, n_call = 0, n_abnormal = 0, n_branch = 0; in verify_flow_info() local
1925 n_call++; in verify_flow_info()
2008 if (n_call && GET_CODE (bb->end) != CALL_INSN) in verify_flow_info()
2014 && (GET_CODE (bb->end) != CALL_INSN && n_call != n_abnormal) in verify_flow_info()
/openbsd/src/gnu/gcc/gcc/
Dcfgrtl.c1814 int n_fallthru = 0, n_eh = 0, n_call = 0, n_abnormal = 0, n_branch = 0; in rtl_verify_flow_info_1() local
1856 n_call++; in rtl_verify_flow_info_1()
1895 if (n_call && !CALL_P (BB_END (bb))) in rtl_verify_flow_info_1()
1901 && (!CALL_P (BB_END (bb)) && n_call != n_abnormal) in rtl_verify_flow_info_1()