Searched refs:first_stmt (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-cfg.h62 extern gimple first_stmt (basic_block);
H A Dtree-vect-stmts.c945 gimple first_stmt = GROUP_FIRST_ELEMENT (stmt_info); local
947 if (first_stmt == STMT_VINFO_STMT (stmt_info))
969 gimple first_stmt; local
984 first_stmt = SLP_TREE_SCALAR_STMTS (slp_node)[0];
989 first_stmt = GROUP_FIRST_ELEMENT (stmt_info);
993 first_dr = STMT_VINFO_DATA_REF (vinfo_for_stmt (first_stmt));
1097 gimple first_stmt; local
1106 first_stmt = GROUP_FIRST_ELEMENT (stmt_info);
1107 if (STMT_VINFO_GROUPED_ACCESS (stmt_info) && first_stmt && !slp_node)
1110 first_dr = STMT_VINFO_DATA_REF (vinfo_for_stmt (first_stmt));
5027 gimple next_stmt, first_stmt = NULL; local
5679 gimple first_stmt; local
7415 vect_remove_stores(gimple first_stmt) argument
[all...]
H A Dtree-vect-slp.c214 vect_get_place_in_interleaving_chain (gimple stmt, gimple first_stmt) argument
216 gimple next_stmt = first_stmt;
219 if (first_stmt != GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt)))
704 gimple first_stmt = stmts[0]; local
706 || !operand_equal_p (gimple_call_fn (first_stmt),
708 || gimple_call_fntype (first_stmt)
1680 gimple load, first_stmt; local
1683 first_stmt = GROUP_FIRST_ELEMENT
1688 = vect_get_place_in_interleaving_chain (load, first_stmt);
2812 gimple first_stmt; variable
[all...]
H A Dtree-cfgcleanup.c436 label = first_stmt (dest);
838 label = first_stmt (dest);
H A Dgimple-pretty-print.c2350 gimple stmt = first_stmt (bb);
2400 stmt = first_stmt (bb);
H A Dtree-vect-data-refs.c5657 gimple first_stmt = GROUP_FIRST_ELEMENT (vinfo_for_stmt (stmt)); local
5665 next_stmt = first_stmt;
5678 if (next_stmt != first_stmt
H A Dtree-vect-loop.c1996 vect_is_slp_reduction (loop_vec_info loop_info, gimple phi, gimple first_stmt) argument
2013 code = gimple_assign_rhs_code (first_stmt);
H A Dtree-cfg.c1112 then_stmt = first_stmt (then_bb);
1113 else_stmt = first_stmt (else_bb);
2584 first_stmt (basic_block bb) function
H A Domp-low.c8773 && first_stmt (store_bb) == store
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dstw.h104 ffestwCase first_stmt; /* First range in first CASE stmt. */ member in struct:_ffestw_select_
H A Dste.c2893 the start of the first_stmt list in the select object at the top of
2904 if (s->first_stmt == (ffestwCase) &s->first_rel)
2907 c = s->first_stmt;
H A Dstc.c9078 s->first_stmt = (ffestwCase) &s->first_rel;

Completed in 426 milliseconds