HomeSort by relevance Sort by last modified time
    Searched refs:gimple (Results 1 - 25 of 64) sorted by null

1 2 3

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 32 /* 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. */
tree-flow.h 29 #include "gimple.h"
36 /* Gimple dataflow datastructure. All publicly available fields shall have
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)
    [all...]
tree-ssa-alias.h 105 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 *);
gimple.h 0 /* Gimple IR definitions.
40 typedef VEC(gimple, heap) *gimple_vec;
46 #include "gimple.def"
54 /* Error out if a gimple tuple is addressed incorrectly. */
73 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
85 /* Specific flags for individual GIMPLE statements. These flags are
117 /* Currently, there's only one type of gimple debug stmt. Others are
134 gimple stmt;
139 /* A double-linked sequence of gimple statements. */
153 /* Return the first node in GIMPLE sequence S. *
    [all...]
tree-inline.h 25 #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 *);
tree-flow-inline.h 28 /* 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 argument I of phi node GS. *
    [all...]
ipa-ref.h 53 gimple stmt;
82 enum ipa_ref_use, gimple);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecir.h 32 /* 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. */
tree-flow.h 29 #include "gimple.h"
36 /* Gimple dataflow datastructure. All publicly available fields shall have
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)
    [all...]
tree-ssa-alias.h 105 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 *);
gimple.h 0 /* Gimple IR definitions.
40 typedef VEC(gimple, heap) *gimple_vec;
46 #include "gimple.def"
54 /* Error out if a gimple tuple is addressed incorrectly. */
73 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
85 /* Specific flags for individual GIMPLE statements. These flags are
117 /* Currently, there's only one type of gimple debug stmt. Others are
134 gimple stmt;
139 /* A double-linked sequence of gimple statements. */
153 /* Return the first node in GIMPLE sequence S. *
    [all...]
tree-inline.h 25 #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 *);
tree-flow-inline.h 28 /* 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 argument I of phi node GS. *
    [all...]
ipa-ref.h 53 gimple stmt;
82 enum ipa_ref_use, gimple);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecir.h 32 /* 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. */
tree-flow.h 29 #include "gimple.h"
36 /* Gimple dataflow datastructure. All publicly available fields shall have
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)
    [all...]
tree-ssa-alias.h 105 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 *);
gimple.h 0 /* Gimple IR definitions.
40 typedef VEC(gimple, heap) *gimple_vec;
46 #include "gimple.def"
54 /* Error out if a gimple tuple is addressed incorrectly. */
73 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
85 /* Specific flags for individual GIMPLE statements. These flags are
117 /* Currently, there's only one type of gimple debug stmt. Others are
134 gimple stmt;
139 /* A double-linked sequence of gimple statements. */
153 /* Return the first node in GIMPLE sequence S. *
    [all...]
tree-inline.h 25 #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 *);
tree-flow-inline.h 28 /* 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 argument I of phi node GS. *
    [all...]
ipa-ref.h 53 gimple stmt;
82 enum ipa_ref_use, gimple);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 0 /* Gimple IR definitions.
33 DEF_VEC_P(gimple); variable
34 DEF_VEC_ALLOC_P(gimple,heap);
35 DEF_VEC_ALLOC_P(gimple,gc);
43 typedef VEC(gimple, heap) *gimple_vec;
49 #include "gimple.def"
57 /* Error out if a gimple tuple is addressed incorrectly. */
74 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
85 /* Specific flags for individual GIMPLE statements. These flags are
126 gimple stmt
    [all...]
tree-flow.h 29 #include "gimple.h"
77 reference of the form 'VAR = ' or ' = VAR'. For GIMPLE reg
136 /* Gimple dataflow datastructure. All publicly available fields shall have
149 VEC(gimple,gc) *modified_noreturn_calls;
289 /* Pointer to original GIMPLE statement. Used during RTL expansion
291 gimple stmt;
537 static inline void update_stmt (gimple);
686 extern bool stmt_ends_bb_p (gimple);
687 extern bool is_ctrl_stmt (gimple);
688 extern bool is_ctrl_altering_stmt (gimple);
    [all...]
tree-flow-inline.h 28 /* Return true when gimple SSA form was built.
348 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, gimple stmt)
378 gimple stmt)
454 single_imm_use (const_tree var, use_operand_p *use_p, gimple *stmt)
499 gimple_phi_arg_imm_use_ptr (gimple gs, int i)
507 gimple_phi_arg_def (gimple gs, size_t index)
516 gimple_phi_arg_def_ptr (gimple gs, size_t index)
524 gimple_phi_arg_edge (gimple gs, size_t i)
529 /* Return the source location of gimple argument I of phi node GS. */
532 gimple_phi_arg_location (gimple gs, size_t i
    [all...]
tree-ssa-operands.h 199 extern void update_stmt_operands (gimple);
200 extern void free_stmt_operands (gimple);
203 extern void copy_virtual_operands (gimple, gimple);
205 extern void create_ssa_artificial_load_stmt (gimple, gimple, bool);
216 extern void push_stmt_changes (gimple *);
217 extern void pop_stmt_changes (gimple *);
218 extern void discard_stmt_changes (gimple *);
244 gimple phi_stmt
    [all...]

Completed in 2040 milliseconds

1 2 3