Home
last modified time | relevance | path

Searched refs:add_stmt_operand (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-operands.cc171 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 DChangeLog.tree-ssa905 * 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 DChangeLog-2005583 * 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 DChangeLog-20043209 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 DChangeLog-200617814 (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 DChangeLog-20126620 (add_stmt_operand): ... but here, don't call append_def.
15480 * tree-ssa-operands.c (add_stmt_operand): Simplify.
H A DChangeLog-20091653 * tree-ssa-operands.c (add_stmt_operand): Remove unused v_ann variable.
H A DChangeLog-202023389 (add_stmt_operand): Same as above.
H A DChangeLog-201811904 * tree-ssa-operands.c (add_stmt_operand): STRING_CST may
H A DChangeLog-201932787 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
H A DChangeLog-20111382 * tree-ssa-operands.c (add_stmt_operand): Do not mark stmts
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-operands.c514 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()