Searched refs:gimple_code (Results 1 – 7 of 7) sorted by relevance
40 enum gimple_code { enum54 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);1150 static inline enum gimple_code1151 gimple_code (const_gimple g) in gimple_code() function1160 gss_for_code (enum gimple_code code) in gss_for_code()1172 return gss_for_code (gimple_code (gs)); in gimple_statement_structure()1182 switch (gimple_code (g)) in gimple_has_substatements()[all …]
183 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \192 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
689 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI in op_iter_init()695 switch (gimple_code (stmt)) in op_iter_init()832 gcc_checking_assert (gimple_code (stmt) != GIMPLE_PHI); in num_ssa_operands()989 if (gimple_code (head_stmt) == GIMPLE_PHI) in link_use_stmts_after()
339 enum gimple_code type;349 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
310 if (gimple_code(stmt) == GIMPLE_COND) { in execute()318 } else if (gimple_code(stmt) == GIMPLE_SWITCH) { in execute()
250 if (gimple_code(stmt) != GIMPLE_CALL) continue; in execute()
14248 -- GIMPLE function: enum gimple_code gimple_code (gimple g)46517 * gimple_code: Manipulating GIMPLE statements.