Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.h42 extern bool stmt_unremovable_because_of_non_call_eh_p (function *, gimple *);
Dtree-ssa-dce.cc2072 if (stmt_unremovable_because_of_non_call_eh_p (cfun, t)) in simple_dce_from_worklist()
Dipa-sra.cc881 else if (!stmt_unremovable_because_of_non_call_eh_p (fun, stmt) in isra_track_scalar_value_uses()
1984 else if (!stmt_unremovable_because_of_non_call_eh_p (fun, stmt) in ssa_name_only_returned_p()
Dtree-eh.cc2963 stmt_unremovable_because_of_non_call_eh_p (function *fun, gimple *stmt) in stmt_unremovable_because_of_non_call_eh_p() function
DChangeLog-20218717 Check stmt_unremovable_because_of_non_call_eh_p also
27775 stmt_unremovable_because_of_non_call_eh_p is true.
DChangeLog-202020489 * tree-eh.c (stmt_unremovable_because_of_non_call_eh_p): ...this
20491 * tree-eh.h (stmt_unremovable_because_of_non_call_eh_p): Declare it.