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

1 2

  /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);
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...]
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-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...]
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 *,
ipa-ref.h 42 gimple stmt;
63 enum ipa_ref_use, gimple);
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);
internal-fn.h 51 extern void expand_internal_call (gimple);
cfg-flags.def 108 /* 'Straight line' flow. In GIMPLE and in cfglayout mode, all normal
146 This is only used for the GIMPLE CFG. */
150 This is only used for the GIMPLE CFG. */
153 /* Edge is executable. This is only used in GIMPLE SSA-CCP and VRP.
154 This is only used for the GIMPLE CFG. */
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;
gsstruct.def 1 /* This file contains the definitions for the gimple IR structure
internal-fn.def 37 void expand_NAME (gimple stmt)
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> *);
tree-inline.h 75 gimple gimple_call;
119 vec<gimple> debug_stmts;
184 int estimate_num_insns (gimple, eni_weights *);
gimple.def 1 /* This file contains the definitions of the GIMPLE IR tuples used in GCC.
31 These are all the GIMPLE statements with register operands. */
79 It's exposed by GIMPLE_RANGE_CHECK calls. These are all the GIMPLE
89 get_gimple_rhs_class. If LHS is not a gimple register according to
215 not fit the gimple grammar very well. To overcome this problem, OMP_ATOMIC
294 function when converting OMP constructs into low-GIMPLE.
313 function when converting OMP constructs into low-GIMPLE.
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...]
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 *);
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;
coretypes.h 62 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
64 typedef gimple gimple_seq;
tree-iterator.h 30 /* Iterator object for GENERIC or GIMPLE TREE statements. */
timevar.def 71 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_IN , "ipa lto gimple in")
72 DEFTIMEVAR (TV_IPA_LTO_GIMPLE_OUT , "ipa lto gimple out")
b-header-vars 41 GIMPLE_H=gimple.h gimple.def gsstruct.def pointer-set.h vec.h statistics.h ggc.h gtype-desc.h statistics.h ggc.h gtype-desc.h statistics.h basic-block.h predict.h predict.def vec.h statistics.h ggc.h gtype-desc.h statistics.h function.h i386-opts.h real.h machmode.h mode-classes.def insn-modes.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h tree-ssa-operands.h tree-ssa-alias.h internal-fn.h internal-fn.def
93 GIMPLE_PRETTY_PRINT_H=gimple-pretty-print.h tree-pretty-print.h pretty-print.h obstack.h
108 GIMPLE_STREAMER_H=gimple-streamer.h lto-streamer.h line-map.h input.h machmode.h mode-classes.def insn-modes.h
120 GTFILES_H=gt-coverage.h gt-caller-save.h gt-symtab.h gt-alias.h gt-bitmap.h gt-cselib.h gt-cgraph.h gt-ipa-prop.h gt-ipa-cp.h gt-dbxout.h gt-dwarf2asm.h gt-dwarf2cfi.h gt-dwarf2out.h gt-tree-vect-generic.h gt-dojump.h gt-emit-rtl.h gt-explow.h gt-expr.h gt-function.h gt-except.h gt-gcse.h gt-godump.h gt-lists.h gt-optabs.h gt-profile.h gt-mcf.h gt-reg-stack.h gt-cfgrtl.h gt-sdbout.h gt-stor-layout.h gt-stringpool.h gt-tree.h gt-varasm.h gt-gimple.h gt-tree-mudflap.h gt-tree-ssanames.h gt-tree-eh.h gt-tree-ssa-address.h gt-tree-cfg.h gt-tree-dfa.h gt-tree-iterator.h gt-gimplify.h gt-tree-scalar-evolution.h gt-tree-profile.h gt-tree-nested.h gt-tree-parloops.h gt-omp-low.h gt-targhooks.h gt-i386.h gt-passes.h gt-cgraphunit.h gt-cgraphclones.h gt-tree-ssa-propagate.h gt-tree-phinodes.h gt-lto-symtab.h gt-trans-mem.h gt-asan.h gt-tsan.h gt-winnt.h gt-ada-decl.h gt-ada-trans.h gt-ada-utils.h gt-ada-misc.h gt-c-c-lang.h gt-c-c-decl.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-c-c-objc-common.h gt-c-c-parser.h gt-cp-rtti.h gt-cp-mangle.h gt-cp-name-lookup.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h gt-cp-pt.h gt-cp-repo.h gt-cp-semantics.h gt-cp-tree.h gt-cp-parser.h gt-cp-method.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-pragma.h gt-cp-class.h gt-cp-cp-objcp-common.h gt-cp-cp-lang.h gt-cp-except.h gt-fortran-f95-lang.h gt-fortran-trans-decl.h gt-fortran-trans-intrinsic.h gt-fortran-trans-io.h gt-fortran-trans-stmt.h gt-fortran-trans-types.h gt-go-go-lang.h gt-java-builtins.h gt-java-class.h gt-java-constants.h gt-java-decl.h gt-java-expr.h gt-java-jcf-parse.h gt-java-lang.h gt-java-mangle.h gt-java-resource.h gt-lto-lto-lang.h gt-lto-lto.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-c-parser.h gt-c-c-decl.h gt-c-c-objc-common.h gt-c-family-c-common.h gt-c-family-c-cppbuiltin.h gt-c-family-c-pragma.h gt-cp-rtti.h gt-cp-mangle.h gt-cp-name-lookup.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h gt-cp-pt.h gt-cp-repo.h gt-cp-semantics.h gt-cp-tree.h gt-cp-parser.h gt-cp-method.h gt-cp-typeck2.h gt-c-family-c-common.h gt-c-family-c-lex.h gt-c-family-c-pragma.h gt-cp-class.h gt-cp-cp-objcp-common.h gt-objc-objc-act.h gt-objc-objc-runtime-shared-support.h gt-objc-objc-gnu-runtime-abi-01.h gt-objc-objc-next-runtime-abi-01.h gt-objc-objc-next-runtime-abi-02.h gt-c-family-c-cppbuiltin.h
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,
gtype-desc.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state 93 (!srcfile 511 "gimple.h")
94 (!srcfile 511 "gimple.c")
    [all...]

Completed in 455 milliseconds

1 2