Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgrtl.c1902 int n_fallthru = 0, n_eh = 0, n_call = 0, n_abnormal = 0, n_branch = 0; in rtl_verify_flow_info_1() local
1965 n_call++; in rtl_verify_flow_info_1()
2009 if (n_call && !CALL_P (BB_END (bb))) in rtl_verify_flow_info_1()
2015 && (!CALL_P (BB_END (bb)) && n_call != n_abnormal) in rtl_verify_flow_info_1()