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

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gimple.h 47 enum gimple_code { enum
60 const char *, enum gimple_code, \
66 if (gimple_code (__gs) != (CODE)) \
265 ENUM_BITFIELD(gimple_code) code : 8;
1028 static inline enum gimple_code
1029 gimple_code (const_gimple g) function
1041 switch (gimple_code (g))
    [all...]
tree-ssa-operands.h 310 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \
319 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
tree-flow-inline.h 601 gcc_assert (gimple_code (phi) == GIMPLE_PHI);
1008 gcc_assert (gimple_code (stmt) != GIMPLE_PHI);
    [all...]
tree-flow.h 660 enum gimple_code type;
670 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 47 enum gimple_code { enum
60 const char *, enum gimple_code, \
66 if (gimple_code (__gs) != (CODE)) \
265 ENUM_BITFIELD(gimple_code) code : 8;
1028 static inline enum gimple_code
1029 gimple_code (const_gimple g) function
1041 switch (gimple_code (g))
    [all...]
tree-ssa-operands.h 310 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \
319 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
tree-flow-inline.h 601 gcc_assert (gimple_code (phi) == GIMPLE_PHI);
1008 gcc_assert (gimple_code (stmt) != GIMPLE_PHI);
    [all...]
tree-flow.h 660 enum gimple_code type;
670 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
gimple.h 47 enum gimple_code { enum
60 const char *, enum gimple_code, \
66 if (gimple_code (__gs) != (CODE)) \
265 ENUM_BITFIELD(gimple_code) code : 8;
1028 static inline enum gimple_code
1029 gimple_code (const_gimple g) function
1041 switch (gimple_code (g))
    [all...]
tree-ssa-operands.h 310 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \
319 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
tree-flow-inline.h 601 gcc_assert (gimple_code (phi) == GIMPLE_PHI);
1008 gcc_assert (gimple_code (stmt) != GIMPLE_PHI);
    [all...]
tree-flow.h 660 enum gimple_code type;
670 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
    [all...]

Completed in 542 milliseconds