Home
last modified time | relevance | path

Searched refs:NUM_SSA_OPERANDS (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-dfa.c284 dfa_stats_p->num_defs += NUM_SSA_OPERANDS (stmt, SSA_OP_DEF); in collect_dfa_stats()
285 dfa_stats_p->num_uses += NUM_SSA_OPERANDS (stmt, SSA_OP_USE); in collect_dfa_stats()
H A Dtree-dfa.cc285 dfa_stats_p->num_defs += NUM_SSA_OPERANDS (stmt, SSA_OP_DEF); in collect_dfa_stats()
286 dfa_stats_p->num_uses += NUM_SSA_OPERANDS (stmt, SSA_OP_USE); in collect_dfa_stats()
H A Dtree-ssa-threadedge.c364 if (NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES) != 0 in record_temporary_equivalences_from_stmts_at_dest()
376 num = NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES); in record_temporary_equivalences_from_stmts_at_dest()
H A Dtree-ssa-threadedge.cc1351 if (NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES) != 0 in register_equivs_stmt()
1363 num = NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES); in register_equivs_stmt()
H A Dssa-iterators.h245 #define NUM_SSA_OPERANDS(STMT, FLAGS) num_ssa_operands (STMT, FLAGS) macro
H A DChangeLog-201316672 ZERO_SSA_OPERANDS, NUM_SSA_OPERANDS): Move to ssa-iterators.h.
16685 FOR_EACH_SSA*, SINGLE_SSA*, ZERO_SSA_OPERANDS, NUM_SSA_OPERANDS):
H A DChangeLog-200520831 SINGLE_SSA_DEF_OPERAND, ZERO_SSA_OPERANDS, NUM_SSA_OPERANDS): New.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-dfa.c284 dfa_stats_p->num_defs += NUM_SSA_OPERANDS (stmt, SSA_OP_DEF); in collect_dfa_stats()
285 dfa_stats_p->num_uses += NUM_SSA_OPERANDS (stmt, SSA_OP_USE); in collect_dfa_stats()
H A Dtree-ssa-threadedge.c364 if (NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES) != 0 in record_temporary_equivalences_from_stmts_at_dest()
376 num = NUM_SSA_OPERANDS (stmt, SSA_OP_ALL_USES); in record_temporary_equivalences_from_stmts_at_dest()
H A Dssa-iterators.h242 #define NUM_SSA_OPERANDS(STMT, FLAGS) num_ssa_operands (STMT, FLAGS) macro
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtree-ssa.texi212 @item @code{NUM_SSA_OPERANDS}: This macro Returns the number of operands
217 int count = NUM_SSA_OPERANDS (stmt, flags)
H A Dgccint.info15362 3. 'NUM_SSA_OPERANDS': This macro Returns the number of operands
15366 int count = NUM_SSA_OPERANDS (stmt, flags)
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dtree-ssa.texi212 @item @code{NUM_SSA_OPERANDS}: This macro Returns the number of operands
217 int count = NUM_SSA_OPERANDS (stmt, flags)
H A Dgccint.info15362 3. 'NUM_SSA_OPERANDS': This macro Returns the number of operands
15366 int count = NUM_SSA_OPERANDS (stmt, flags)