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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
coretypes.h 56 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
tree-ssa-sccvn.h 168 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
173 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
178 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **);
198 VEC (tree, gc) *shared_vuses_from_stmt (gimple); variable
basic-block.h 247 struct gimple_bb_info * GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
402 only used for the gimple CFG. */
    [all...]
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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
coretypes.h 56 typedef union gimple_statement_d *gimple; typedef in typeref:union:gimple_statement_d
tree-ssa-sccvn.h 168 tree vn_nary_op_lookup_stmt (gimple, vn_nary_op_t *);
173 vn_nary_op_t vn_nary_op_insert_stmt (gimple, tree);
178 void copy_reference_ops_from_call (gimple, VEC(vn_reference_op_s, heap) **);
198 VEC (tree, gc) *shared_vuses_from_stmt (gimple); variable
basic-block.h 247 struct gimple_bb_info * GTY ((tag ("0"))) gimple; member in union:basic_block_il_dependent
402 only used for the gimple CFG. */
    [all...]
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...]

Completed in 988 milliseconds