HomeSort by: relevance | last modified time | path
    Searched refs:remove_stmt_from_eh_lp (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.h 29 extern bool remove_stmt_from_eh_lp (gimple *);
tree-eh.cc 132 remove_stmt_from_eh_lp (gimple *t) function
2381 remove_stmt_from_eh_lp (throw_stmt);
3077 remove_stmt_from_eh_lp (old_stmt);
4736 remove_stmt_from_eh_lp (stmt);
4752 remove_stmt_from_eh_lp (stmt);
gimple-iterator.cc 582 require_eh_edge_purge = remove_stmt_from_eh_lp (stmt);
cgraph.cc 1536 remove_stmt_from_eh_lp (e->call_stmt);
gimple-ssa-store-merging.cc 4909 remove_stmt_from_eh_lp (stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.h 29 extern bool remove_stmt_from_eh_lp (gimple *);
gimple-iterator.cc 581 require_eh_edge_purge = remove_stmt_from_eh_lp (stmt);
tree-eh.cc 132 remove_stmt_from_eh_lp (gimple *t) function
2380 remove_stmt_from_eh_lp (throw_stmt);
3073 remove_stmt_from_eh_lp (old_stmt);
4715 remove_stmt_from_eh_lp (stmt);
4731 remove_stmt_from_eh_lp (stmt);
cgraph.cc 1535 remove_stmt_from_eh_lp (e->call_stmt);
gimple-ssa-store-merging.cc 4805 remove_stmt_from_eh_lp (stmt);

Completed in 35 milliseconds