Home
last modified time | relevance | path

Searched refs:first_stmt (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-sink.c379 return first_stmt (commondom); in statement_sink_location()
416 return first_stmt (sinkbb); in statement_sink_location()
HDtree-cfgcleanup.c399 label = first_stmt (dest); in remove_forwarder_block()
647 label = first_stmt (dest); in remove_forwarder_block_with_phi()
HDtree-flow.h585 extern tree first_stmt (basic_block);
HDtree-pretty-print.c2686 stmt = first_stmt (bb); in dump_bb_header()
2756 stmt = first_stmt (bb); in pp_cfg_jump()
HDtree-cfg.c2422 tree first = first_stmt (bb); in tree_cfg2vcg()
2697 first_stmt (basic_block bb) in first_stmt() function
HDc-parser.c3562 bool first_stmt = true; in c_parser_compound_statement_nostart() local
3692 first_stmt = false; in c_parser_compound_statement_nostart()
HDChangeLog.tree-ssa11231 (first_stmt): Don't test for NULL blocks.
12011 (first_stmt): Use only 1 return.
12772 (first_stmt, last_stmt, last_stmt_ptr): Use bsi_ not gsi_ routines.
14028 switch_parent, first_stmt, last_stmt): Check for first_stmt() or
14420 (first_stmt): Return NULL for ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR and
14770 (first_stmt): Return NULL_TREE if the block does not exist.
15144 (first_stmt): Call STRIP_NOPS.
15369 (tree_delete_bb): Call first_stmt and last_stmt.
15386 (first_stmt): New function.
15428 (first_stmt): Declare.