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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 52 extern bool computed_goto_p (gimple *);
tree-cfg.cc 430 computed_goto_p (gimple *t) function
809 gcc_assert (computed_goto_p (last));
1715 if (!computed_goto_p (stmt))
2457 else if (computed_goto_p (stmt))
2753 if (computed_goto_p (t))
tree-inline.cc 2625 && !computed_goto_p (copy_stmt));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.h 51 extern bool computed_goto_p (gimple *);
tree-cfg.cc 426 computed_goto_p (gimple *t) function
806 gcc_assert (computed_goto_p (last));
1633 if (!computed_goto_p (stmt))
2381 if (computed_goto_p (stmt))
2677 if (computed_goto_p (t))
tree-inline.cc 2609 && !computed_goto_p (copy_stmt));

Completed in 29 milliseconds