Home
last modified time | relevance | path

Searched refs:gimple_code (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dgimple.h40 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);
1150 static inline enum gimple_code
1151 gimple_code (const_gimple g) in gimple_code() function
1160 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 …]
Dtree-ssa-operands.h183 for ((USEVAR) = (gimple_code (STMT) == GIMPLE_PHI \
192 for ((DEFVAR) = (gimple_code (STMT) == GIMPLE_PHI \
Dtree-flow-inline.h689 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()
Dtree-flow.h339 enum gimple_code type;
349 extern struct omp_region *new_omp_region (basic_block, enum gimple_code,
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dafl-gcc-cmplog-pass.so.cc310 if (gimple_code(stmt) == GIMPLE_COND) { in execute()
318 } else if (gimple_code(stmt) == GIMPLE_SWITCH) { in execute()
H A Dafl-gcc-cmptrs-pass.so.cc250 if (gimple_code(stmt) != GIMPLE_CALL) continue; in execute()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
Dgccint.info14248 -- GIMPLE function: enum gimple_code gimple_code (gimple g)
46517 * gimple_code: Manipulating GIMPLE statements.