Searched refs:noreturn_call_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-cfgcleanup.c173 if (bb != NULL && last_stmt (bb) != stmt && noreturn_call_p (stmt))
242 else if (noreturn_call_p (stmt) && remove_fallthru_edge (bb->succs))
H A Dtree-flow.h348 static inline bool noreturn_call_p (tree);
H A Dtree-flow-inline.h253 noreturn_call_p (tree t) function
270 else if (noreturn_call_p (t))

Completed in 202 milliseconds