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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 152 if (stmt_can_terminate_bb_p (gsi_stmt (si)))
tree-cfgcleanup.cc 758 if (gsi_end_p (gsi) || !stmt_can_terminate_bb_p (gsi_stmt (gsi)))
tree-ssa-loop-ch.cc 1106 if (stmt_can_terminate_bb_p (gsi_stmt (bsi)))
predict.cc 866 if (stmt_can_terminate_bb_p (gsi_stmt (gsi)))
3924 if (stmt_can_terminate_bb_p (gsi_stmt (gsi))
3925 /* stmt_can_terminate_bb_p special cases noreturns because it
4654 if (stmt_can_terminate_bb_p (gsi_stmt (gsi)))
tree-cfg.cc 8813 stmt_can_terminate_bb_p (gimple *t) function
8925 if (t && stmt_can_terminate_bb_p (t))
8960 if (stmt_can_terminate_bb_p (stmt))
gimple.h 1674 extern bool stmt_can_terminate_bb_p (gimple *);
tree-ssa-loop-niter.cc 3069 if (stmt_can_terminate_bb_p (gsi_stmt (bsi)))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 152 if (stmt_can_terminate_bb_p (gsi_stmt (si)))
tree-cfgcleanup.cc 741 if (gsi_end_p (gsi) || !stmt_can_terminate_bb_p (gsi_stmt (gsi)))
predict.cc 854 if (stmt_can_terminate_bb_p (gsi_stmt (gsi)))
3826 if (stmt_can_terminate_bb_p (gsi_stmt (gsi))
3827 /* stmt_can_terminate_bb_p special cases noreturns because it
4439 if (stmt_can_terminate_bb_p (gsi_stmt (gsi)))
tree-cfg.cc 8550 stmt_can_terminate_bb_p (gimple *t) function
8662 if (t && stmt_can_terminate_bb_p (t))
8697 if (stmt_can_terminate_bb_p (stmt))
gimple.h 1640 extern bool stmt_can_terminate_bb_p (gimple *);
tree-ssa-loop-niter.cc 2469 if (stmt_can_terminate_bb_p (gsi_stmt (bsi)))

Completed in 131 milliseconds