HomeSort by relevance Sort by last modified time
    Searched refs:gimple_code (Results 1 - 4 of 4) 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.h 40 enum gimple_code { enum
54 const char *, enum gimple_code, \
60 if (gimple_code (__gs) != (CODE)) \
153 ENUM_BITFIELD(gimple_code) code : 8;
837 gimple gimple_alloc_stat (enum gimple_code, unsigned MEM_STAT_DECL);
1151 gimple_code (const_gimple g) function
    [all...]
tree-ssa-operands.h 183 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \
192 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
tree-flow-inline.h 689 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI
695 switch (gimple_code (stmt))
832 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI);
989 if (gimple_code (head_stmt) == GIMPLE_PHI)
    [all...]
tree-flow.h 339 enum gimple_code type;
349 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,

Completed in 87 milliseconds