Searched refs:gimple (Results 26 - 50 of 54) sorted by relevance

123

/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 Dcgraph.h419 gimple call_stmt;
557 gimple, gcov_type, int, int);
558 struct cgraph_edge *cgraph_create_indirect_edge (struct cgraph_node *, gimple,
569 struct cgraph_edge *cgraph_edge (struct cgraph_node *, gimple);
570 void cgraph_set_call_stmt (struct cgraph_edge *, gimple);
571 void cgraph_set_call_stmt_including_clones (struct cgraph_node *, gimple, gimple);
574 gimple, gimple, gcov_type, int, int,
576 void cgraph_update_edges_for_call_stmt (gimple, tre
[all...]
H A Dtree-ssa-sccvn.h177 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
182 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
189 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **);
H A Dcoretypes.h62 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
H A Dtree-ssa-operands.h105 extern void update_stmt_operands (gimple);
106 extern void free_stmt_operands (gimple);
118 extern void unlink_stmt_vdef (gimple);
140 gimple phi_stmt;
H A Dtree-pass.h78 a gimple stmt. */
81 holding this gimple statement. */
200 /* Hook to convert gimple stmt uids into true gimple statements. The second
202 void (*stmt_fixup) (struct cgraph_node *, gimple *);
230 #define PROP_gimple_any (1 << 0) /* entire gimple grammar */
619 extern void execute_all_ipa_stmt_fixups (struct cgraph_node *, gimple *);
H A Dexcept.h83 /* At the gimple level, the location to which control will be transfered
213 /* At the gimple level, a mapping from gimple statement to landing pad
294 gimple stmt;
H A Dipa-prop.h27 #include "gimple.h"
509 void ipa_modify_call_arguments (struct cgraph_edge *, gimple,
H A Dcfgloop.h53 gimple stmt;
H A Dbasic-block.h149 struct gimple_bb_info * GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
315 only used for the gimple CFG. */
H A Dtree.h1923 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc;
1937 gimple def_stmt;
5196 extern tree fold_call_stmt (gimple, bool);
5197 extern tree gimple_fold_builtin_snprintf_chk (gimple, tree, enum built_in_function);
5439 extern void expand_asm_stmt (gimple);
5443 extern void expand_case (gimple);
5540 /* True if we are in gimple form and the actions of the folders need to
5541 be restricted. False if we are not in gimple form and folding is not
5542 restricted to creating gimple expressions. */
5545 /* In gimple
[all...]
/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 Dtree-ssa-operands.h92 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;
H A Dcgraph.h424 gimple call_stmt;
582 gimple, gcov_type, int);
583 struct cgraph_edge *cgraph_create_indirect_edge (struct cgraph_node *, gimple,
593 struct cgraph_edge *cgraph_edge (struct cgraph_node *, gimple);
594 void cgraph_set_call_stmt (struct cgraph_edge *, gimple);
595 void cgraph_update_edges_for_call_stmt (gimple, tree, gimple);
662 gimple cgraph_redirect_edge_call_stmt_to_callee (struct cgraph_edge *);
675 /* Initialize datastructures so DECL is a function in lowered gimple form.
676 IN_SSA is true if the gimple i
[all...]
H A Dexcept.h90 /* At the gimple level, the location to which control will be transferred
215 /* At the gimple level, a mapping from gimple statement to landing pad
300 gimple stmt;
H A Dipa-prop.h26 #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,
H A Dtree-pass.h121 /* 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 */
527 extern void execute_all_ipa_stmt_fixups (struct cgraph_node *, gimple *);
H A Dcfgloop.h57 gimple stmt;
H A Dbasic-block.h198 struct gimple_bb_info GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
310 only used for the gimple CFG. */
/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 Dtree-ssa-sccvn.h175 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
180 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
187 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **);
H A Dcoretypes.h58 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
H A Dtree-ssa-operands.h104 extern void update_stmt_operands (gimple);
105 extern void free_stmt_operands (gimple);
117 extern void unlink_stmt_vdef (gimple);
139 gimple phi_stmt;
H A Dipa-prop.h148 gimple stmt;
492 void ipa_modify_call_arguments (struct cgraph_edge *, gimple,
501 void lto_ipa_fixup_call_notes (struct cgraph_node *, gimple *);
H A Dtree-pass.h77 a gimple stmt. */
80 holding this gimple statement. */
189 /* Hook to convert gimple stmt uids into true gimple statements. The second
191 void (*stmt_fixup) (struct cgraph_node *, gimple *);
219 #define PROP_gimple_any (1 << 0) /* entire gimple grammar */
596 extern void execute_all_ipa_stmt_fixups (struct cgraph_node *, gimple *);
H A Dexcept.h75 /* At the gimple level, the location to which control will be transfered
205 /* At the gimple level, a mapping from gimple statement to landing pad
345 gimple stmt;
H A Dcfgloop.h50 gimple stmt;
H A Dtree.h1898 union { gimple stmt; tree ssa_name; } GTY((skip(""))) loc;
1912 gimple def_stmt;
4965 extern tree fold_call_stmt (gimple, bool);
4966 extern tree gimple_fold_builtin_snprintf_chk (gimple, tree, enum built_in_function);
5163 extern void expand_asm_stmt (gimple);
5165 extern void expand_case (gimple);
5264 /* True if we are in gimple form and the actions of the folders need to
5265 be restricted. False if we are not in gimple form and folding is not
5266 restricted to creating gimple expressions. */
5269 /* In gimple
[all...]

Completed in 219 milliseconds

123