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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple-pretty-print.h 1 /* Various declarations for pretty formatting of GIMPLE statements and
27 /* 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);
tree-flow.h 28 #include "gimple.h"
35 /* This structure is used to map a gimple statement to a label,
39 gimple stmt;
43 /* Gimple dataflow datastructure. All publicly available fields shall have
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);
    [all...]
tree-ssa-alias.h 104 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 *,
gimple.h 0 /* Gimple IR definitions.
34 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. */
69 /* Class of GIMPLE expressions suitable for the RHS of assignments. See
81 /* Specific flags for individual GIMPLE statements. These flags are
115 /* Currently, there are only two types of gimple debug stmt. Others are
131 /* Iterator object for GIMPLE statement sequences. */
147 /* Data structure definitions for GIMPLE tuples. NOTE: word marker
    [all...]
internal-fn.h 51 extern void expand_internal_call (gimple);
ipa-ref.h 42 gimple stmt;
63 enum ipa_ref_use, gimple);
tree-inline.h 75 gimple gimple_call;
119 vec<gimple> debug_stmts;
184 int estimate_num_insns (gimple, eni_weights *);
tree-flow-inline.h 27 /* 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 argument I of phi node GS. *
    [all...]
dumpfile.h 37 TDI_tree_all, /* enable all the GENERIC/GIMPLE dumps. */
75 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);
tree-ssa-sccvn.h 124 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> *);
coretypes.h 62 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
64 typedef gimple gimple_seq;
tree-ssa-operands.h 92 extern void update_stmt_operands (gimple);
93 extern void free_stmt_operands (gimple);
95 extern bool verify_ssa_operands (gimple stmt);
107 extern void unlink_stmt_vdef (gimple);
129 gimple stmt;
cgraph.h 413 gimple call_stmt;
571 gimple, gcov_type, int);
572 struct cgraph_edge *cgraph_create_indirect_edge (struct cgraph_node *, gimple,
583 struct cgraph_edge *cgraph_edge (struct cgraph_node *, gimple);
584 void cgraph_set_call_stmt (struct cgraph_edge *, gimple);
585 void cgraph_update_edges_for_call_stmt (gimple, tree, gimple);
652 gimple cgraph_redirect_edge_call_stmt_to_callee (struct cgraph_edge *);
665 /* Initialize datastructures so DECL is a function in lowered gimple form.
666 IN_SSA is true if the gimple is in SSA. *
    [all...]
except.h 80 /* At the gimple level, the location to which control will be transferred
205 /* At the gimple level, a mapping from gimple statement to landing pad
290 gimple stmt;
ipa-prop.h 26 #include "gimple.h"
519 bool ipa_load_from_parm_agg (struct ipa_node_params *, gimple, tree, int *,
597 void ipa_modify_call_arguments (struct cgraph_edge *, gimple,
tree-pass.h 83 /* Description of GIMPLE pass. */
121 /* Hook to convert gimple stmt uids into true gimple statements. The second
123 void (*stmt_fixup) (struct cgraph_node *, gimple *);
140 #define PROP_gimple_any (1 << 0) /* entire gimple grammar */
526 extern void execute_all_ipa_stmt_fixups (struct cgraph_node *, gimple *);
cfgloop.h 57 gimple stmt;
basic-block.h 198 struct gimple_bb_info GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
310 only used for the gimple CFG. */
    [all...]
gtype-desc.h     [all...]
tree.h     [all...]

Completed in 1257 milliseconds