Searched refs:add_stmt_operand (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-operands.cc | 171 void add_stmt_operand (tree *var_p, int flags); 583 operands_scanner::add_stmt_operand (tree *var_p, int flags) in add_stmt_operand() function in operands_scanner 809 add_stmt_operand (expr_p, flags); in get_expr_operands()
|
H A D | ChangeLog.tree-ssa | 905 * tree-ssa-operands.c (add_stmt_operand): Do add an 931 * tree-ssa-operands.c (add_stmt_operand): Likewise. 1048 (add_stmt_operand): Use 'true' instead of '1'. 1422 (add_stmt_operand): Reformat comment. 3211 (add_stmt_operand): If the variable may be aliased and aliasing has 3464 (add_stmt_operand): Don't add operands for volatile variables. 3812 * tree-dfa.c (get_stmt_operands, get_expr_operands, add_stmt_operand, 3912 (get_stmt_operands, get_expr_operands, add_stmt_operand): Moved from 4510 (add_stmt_operand): Don't create virtual operands when opf_no_vops 5427 (add_stmt_operand): Re-structure to add real operands only for [all …]
|
H A D | ChangeLog-2005 | 583 * tree-ssa-operands.c (add_stmt_operand): Ditto. 641 (build_ssa_operands, add_stmt_operand, add_call_clobber_ops, 2623 (add_stmt_operand): Ditto. 12028 (add_stmt_operand): Do not try to micro-optimize unmodifiable 17895 (add_stmt_operand): Test it instead of opf_kill_def when 25050 (add_stmt_operand): Don't create V_MAY_DEFs for read-only 35353 * tree-ssa-operands.c (add_stmt_operand): Do add volatile
|
H A D | ChangeLog-2004 | 3209 get_indirect_ref_operands): Pass stmt annotation to add_stmt_operand. 3211 (add_stmt_operand): Take stmt annotation rather than stmt as a param. 14063 get_indirect_ref_operands, add_stmt_operand): Likewise. 14459 * tree-ssa-operands.c (add_stmt_operand): Use V_MUST_DEF even for 18365 (add_stmt_operand): Abort if the caller tried to add a killing 19747 get_call_expr_operands, add_stmt_operand, add_call_clobber_ops, 22199 * tree-ssa-operands.c (add_stmt_operand): Only check for empty 23070 * tree-ssa-operands.c (add_stmt_operand): Likewise. 30580 (add_stmt_operand): Replace code that appends VDEFs with code
|
H A D | ChangeLog-2006 | 17814 (add_stmt_operand): Likewise. 18957 add_stmt_operand. Only recurse on base var if requested. 18959 (add_stmt_operand): Split virtual operand handling into ...
|
H A D | ChangeLog-2012 | 6620 (add_stmt_operand): ... but here, don't call append_def. 15480 * tree-ssa-operands.c (add_stmt_operand): Simplify.
|
H A D | ChangeLog-2009 | 1653 * tree-ssa-operands.c (add_stmt_operand): Remove unused v_ann variable.
|
H A D | ChangeLog-2020 | 23389 (add_stmt_operand): Same as above.
|
H A D | ChangeLog-2018 | 11904 * tree-ssa-operands.c (add_stmt_operand): STRING_CST may
|
H A D | ChangeLog-2019 | 32787 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
|
H A D | ChangeLog-2011 | 1382 * tree-ssa-operands.c (add_stmt_operand): Do not mark stmts
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-operands.c | 514 add_stmt_operand (struct function *fn, tree *var_p, gimple *stmt, int flags) in add_stmt_operand() function 748 add_stmt_operand (fn, expr_p, stmt, flags); in get_expr_operands()
|