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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 53 extern bool stmt_can_make_abnormal_goto (gimple *);
tree-ssa-propagate.cc 847 can_make_abnormal_goto = stmt_can_make_abnormal_goto (stmt);
917 && !stmt_can_make_abnormal_goto (stmt))
gimple-harden-control-flow.cc 1413 ? (stmt_can_make_abnormal_goto (stmt)
tree-ssa-dce.cc 1541 if (!stmt_can_make_abnormal_goto (stmt))
tree-ssa-dse.cc 1324 if (need_ab_cleanup && stmt_can_make_abnormal_goto (stmt))
tree-ssa-sccvn.cc 7029 && stmt_can_make_abnormal_goto (stmt));
7069 && !stmt_can_make_abnormal_goto (stmt))
7203 bool can_make_abnormal_goto = stmt_can_make_abnormal_goto (stmt);
7384 && !stmt_can_make_abnormal_goto (stmt))
7609 if (is_gimple_call (stmt) && stmt_can_make_abnormal_goto (stmt))
tree-inline.cc 2624 = (stmt_can_make_abnormal_goto (copy_stmt)
2902 || stmt_can_make_abnormal_goto (gsi_stmt (si))))
3115 && stmt_can_make_abnormal_goto (id->call_stmt))
tree-cfg.cc 579 && stmt_can_make_abnormal_goto (stmt)
893 if (stmt_can_make_abnormal_goto (last))
2751 stmt_can_make_abnormal_goto (gimple *t) function
9205 if (stmt && stmt_can_make_abnormal_goto (stmt))
tree-ssa-forwprop.cc 3911 && stmt_can_make_abnormal_goto (stmt));
3938 && !stmt_can_make_abnormal_goto (stmt))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.h 52 extern bool stmt_can_make_abnormal_goto (gimple *);
tree-ssa-dse.cc 1182 if (need_ab_cleanup && stmt_can_make_abnormal_goto (stmt))
tree-ssa-sccvn.cc 6530 && stmt_can_make_abnormal_goto (stmt));
6570 && !stmt_can_make_abnormal_goto (stmt))
6701 bool can_make_abnormal_goto = stmt_can_make_abnormal_goto (stmt);
6882 && !stmt_can_make_abnormal_goto (stmt))
7102 if (is_gimple_call (stmt) && stmt_can_make_abnormal_goto (stmt))
tree-inline.cc 2608 = (stmt_can_make_abnormal_goto (copy_stmt)
2884 || stmt_can_make_abnormal_goto (gsi_stmt (si))))
3097 && stmt_can_make_abnormal_goto (id->call_stmt))
tree-cfg.cc 576 && stmt_can_make_abnormal_goto (stmt)
889 if (stmt_can_make_abnormal_goto (last))
2675 stmt_can_make_abnormal_goto (gimple *t) function
8922 if (stmt && stmt_can_make_abnormal_goto (stmt))

Completed in 95 milliseconds