Searched refs:gimple (Results 1 - 25 of 54) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dgimple-pretty-print.h27 /* In gimple-pretty-print.c */
28 extern void debug_gimple_stmt (gimple);
31 extern void print_gimple_stmt (FILE *, gimple, int, int);
32 extern void print_gimple_expr (FILE *, gimple, int, int);
33 extern void pp_gimple_stmt_1 (pretty_printer *, gimple, int, int);
H A Dtree-flow.h28 #include "gimple.h"
35 /* This structure is used to map a gimple statement to a label,
39 gimple stmt;
52 vec<gimple, va_gc> *modified_noreturn_calls;
90 /* Map gimple stmt to tree label (or list of labels) for transaction
270 static inline void update_stmt (gimple);
365 extern bool stmt_ends_bb_p (gimple);
366 extern bool is_ctrl_stmt (gimple);
367 extern bool is_ctrl_altering_stmt (gimple);
368 extern bool simple_goto_p (gimple);
[all...]
H A Dtree-ssa-alias.h104 extern bool ref_maybe_used_by_stmt_p (gimple, tree);
105 extern bool stmt_may_clobber_global_p (gimple);
106 extern bool stmt_may_clobber_ref_p (gimple, tree);
107 extern bool stmt_may_clobber_ref_p_1 (gimple, ao_ref *);
108 extern bool call_may_clobber_ref_p (gimple, tree);
109 extern bool stmt_kills_ref_p (gimple, tree);
110 extern tree get_continuation_for_phi (gimple, ao_ref *,
H A Dgimple.h34 typedef gimple gimple_seq_node;
38 typedef vec<gimple> gimple_vec;
42 #include "gimple.def"
50 /* Error out if a gimple tuple is addressed incorrectly. */
115 /* Currently, there are only two types of gimple debug stmt. Others are
202 Linked lists of gimple statements. The next pointers form
204 A gimple statement is hence also a double-ended list of
207 gimple next;
208 gimple GTY((skip)) prev;
324 gimple
[all...]
H A Dinternal-fn.h51 extern void expand_internal_call (gimple);
H A Dipa-ref.h42 gimple stmt;
63 enum ipa_ref_use, gimple);
H A Dtree-inline.h75 gimple gimple_call;
119 vec<gimple> debug_stmts;
184 int estimate_num_insns (gimple, eni_weights *);
H A Dtree-flow-inline.h27 /* Return true when gimple SSA form was built.
184 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt)
214 gimple stmt)
269 use_operand_p *use_p, gimple *stmt);
314 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
383 gimple_phi_arg_imm_use_ptr (gimple gs, int i)
391 gimple_phi_arg_def (gimple gs, size_t index)
400 gimple_phi_arg_def_ptr (gimple gs, size_t index)
408 gimple_phi_arg_edge (gimple gs, size_t i)
413 /* Return the source location of gimple argumen
[all...]
H A Ddumpfile.h75 a gimple stmt. */
78 holding this gimple statement. */
138 extern void dump_gimple_stmt_loc (int, source_location, int, gimple, int);
139 extern void dump_gimple_stmt (int, int, gimple, int);
H A Dtree-ssa-sccvn.h124 enum vn_kind vn_get_stmt_kind (gimple);
196 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
200 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
206 void copy_reference_ops_from_call (gimple, vec<vn_reference_op_s> *);
H A Dcoretypes.h62 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
64 typedef gimple gimple_seq;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dvecir.h32 /* A varray of gimple statements. */
33 DEF_VEC_P(gimple); variable
34 DEF_VEC_ALLOC_P(gimple,heap);
35 DEF_VEC_ALLOC_P(gimple,gc);
37 /* A varray of pointers to gimple statements. */
38 typedef gimple *gimple_p;
42 /* A varray gimple statement sequences. */
H A Dtree-flow.h29 #include "gimple.h"
48 VEC(gimple,gc) *modified_noreturn_calls;
286 static inline void update_stmt (gimple);
400 extern bool stmt_ends_bb_p (gimple);
401 extern bool is_ctrl_stmt (gimple);
402 extern bool is_ctrl_altering_stmt (gimple);
403 extern bool simple_goto_p (gimple);
404 extern bool stmt_can_make_abnormal_goto (gimple);
421 extern gimple first_stmt (basic_block);
422 extern gimple last_stm
[all...]
H A Dtree-ssa-alias.h105 extern bool ref_maybe_used_by_stmt_p (gimple, tree);
106 extern bool stmt_may_clobber_ref_p (gimple, tree);
107 extern bool stmt_may_clobber_ref_p_1 (gimple, ao_ref *);
108 extern bool call_may_clobber_ref_p (gimple, tree);
109 extern bool stmt_kills_ref_p (gimple, tree);
110 extern tree get_continuation_for_phi (gimple, ao_ref *, bitmap *);
H A Dgimple.h40 typedef VEC(gimple, heap) *gimple_vec;
46 #include "gimple.def"
54 /* Error out if a gimple tuple is addressed incorrectly. */
117 /* Currently, there's only one type of gimple debug stmt. Others are
134 gimple stmt;
139 /* A double-linked sequence of gimple statements. */
164 static inline gimple
183 static inline gimple
218 void gimple_seq_add_stmt (gimple_seq *, gimple);
220 /* Link gimple statemen
[all...]
H A Dtree-inline.h25 #include "vecir.h" /* For VEC(gimple,heap). */
78 gimple gimple_call;
122 VEC(gimple,heap) *debug_stmts;
181 int estimate_num_insns (gimple, eni_weights *);
H A Dtree-flow-inline.h28 /* Return true when gimple SSA form was built.
251 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt)
281 gimple stmt)
336 use_operand_p *use_p, gimple *stmt);
381 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
450 gimple_phi_arg_imm_use_ptr (gimple gs, int i)
458 gimple_phi_arg_def (gimple gs, size_t index)
467 gimple_phi_arg_def_ptr (gimple gs, size_t index)
475 gimple_phi_arg_edge (gimple gs, size_t i)
480 /* Return the source location of gimple argumen
[all...]
H A Dipa-ref.h53 gimple stmt;
82 enum ipa_ref_use, gimple);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dgimple.h33 DEF_VEC_P(gimple); variable
34 DEF_VEC_ALLOC_P(gimple,heap);
35 DEF_VEC_ALLOC_P(gimple,gc);
37 typedef gimple *gimple_p;
47 typedef VEC(gimple, heap) *gimple_vec;
53 #include "gimple.def"
61 /* Error out if a gimple tuple is addressed incorrectly. */
121 /* Currently, there's only one type of gimple debug stmt. Others are
138 gimple stmt;
143 /* A double-linked sequence of gimple statement
[all...]
H A Dtree-flow.h29 #include "gimple.h"
48 VEC(gimple,gc) *modified_noreturn_calls;
301 static inline void update_stmt (gimple);
427 extern bool stmt_ends_bb_p (gimple);
428 extern bool is_ctrl_stmt (gimple);
429 extern bool is_ctrl_altering_stmt (gimple);
430 extern bool simple_goto_p (gimple);
431 extern bool stmt_can_make_abnormal_goto (gimple);
448 extern gimple first_stmt (basic_block);
449 extern gimple last_stm
[all...]
H A Dtree-ssa-alias.h99 extern bool ref_maybe_used_by_stmt_p (gimple, tree);
100 extern bool stmt_may_clobber_ref_p (gimple, tree);
101 extern bool stmt_may_clobber_ref_p_1 (gimple, ao_ref *);
102 extern tree get_continuation_for_phi (gimple, ao_ref *, bitmap *);
H A Dtree-inline.h25 #include "gimple.h"
78 gimple gimple_call;
122 VEC(gimple,heap) *debug_stmts;
179 int estimate_num_insns (gimple, eni_weights *);
H A Dtree-flow-inline.h28 /* Return true when gimple SSA form was built.
243 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt)
273 gimple stmt)
328 use_operand_p *use_p, gimple *stmt);
373 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
442 gimple_phi_arg_imm_use_ptr (gimple gs, int i)
450 gimple_phi_arg_def (gimple gs, size_t index)
459 gimple_phi_arg_def_ptr (gimple gs, size_t index)
467 gimple_phi_arg_edge (gimple gs, size_t i)
472 /* Return the source location of gimple argumen
[all...]
H A Dcgraph.h323 gimple call_stmt;
441 gimple, gcov_type, int, int);
449 struct cgraph_edge *cgraph_edge (struct cgraph_node *, gimple);
450 void cgraph_set_call_stmt (struct cgraph_edge *, gimple);
451 void cgraph_set_call_stmt_including_clones (struct cgraph_node *, gimple, gimple);
454 gimple, gimple, gcov_type, int, int,
456 void cgraph_update_edges_for_call_stmt (gimple, tree, gimple);
[all...]
H A Ddiagnostic.h242 /* In gimple-pretty-print.c */
246 extern void debug_gimple_stmt (gimple);
249 extern void print_gimple_stmt (FILE *, gimple, int, int);
250 extern void print_gimple_expr (FILE *, gimple, int, int);
251 extern void dump_gimple_stmt (pretty_printer *, gimple, int, int);

Completed in 280 milliseconds

123