Home
last modified time | relevance | path

Searched refs:SSA_OP_ALL_USES (Results 1 – 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-operands.h216 #define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES | SSA_OP_USE) macro
219 #define SSA_OP_ALL_OPERANDS (SSA_OP_ALL_USES | SSA_OP_ALL_DEFS \
HDtree-ssa-sink.c337 FOR_EACH_SSA_USE_OPERAND (use_p, stmt, iter, SSA_OP_ALL_USES) in statement_sink_location()
HDtree-ssa-loop-manip.c268 FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_USES | SSA_OP_ALL_KILLS) in find_uses_to_rename_stmt()
412 FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_USES | SSA_OP_ALL_KILLS) in check_loop_closed_ssa_stmt()
HDtree-flow-inline.h1003 gcc_assert ((flags & (SSA_OP_ALL_USES | SSA_OP_VIRTUAL_KILLS)) == 0); in op_iter_init_def()
1182 (SSA_OP_ALL_USES | SSA_OP_ALL_KILLS)) in delink_stmt_imm_use()
HDtree-ssa-dce.c548 FOR_EACH_SSA_TREE_OPERAND (use, i, iter, SSA_OP_ALL_USES) in propagate_necessity()
HDtree-stdarg.c519 FOR_EACH_SSA_TREE_OPERAND (use, stmt, iter, SSA_OP_ALL_USES) in check_all_va_list_escapes()
HDtree-ssa.c773 SSA_OP_ALL_USES | SSA_OP_ALL_KILLS) in verify_ssa()
HDtree-vectorizer.c234 (SSA_OP_ALL_USES | SSA_OP_ALL_KILLS)) in rename_variables_in_bb()
HDtree-ssa-pre.c1882 FOR_EACH_PHI_ARG (usep, phi, iter, SSA_OP_ALL_USES) in compute_vuse_representatives()
3712 FOR_EACH_SSA_TREE_OPERAND (use, t, iter, SSA_OP_ALL_USES) in remove_dead_inserted_code()
HDtree-ssa-dom.c1751 FOR_EACH_SSA_USE_OPERAND (op_p, stmt, iter, SSA_OP_ALL_USES) in cprop_into_stmt()
HDtree-ssa-live.c374 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_ALL_USES) in remove_unused_locals()
HDtree-ssa-operands.c2347 FOR_EACH_SSA_USE_OPERAND (use_p, new_stmt, iter, SSA_OP_ALL_USES) in create_ssa_artficial_load_stmt()
HDtree-into-ssa.c1377 SSA_OP_ALL_USES|SSA_OP_ALL_KILLS) in rewrite_stmt()
HDChangeLog-20044068 * tree-ssa.c (verify_ssa): SSA_OP_ALL_USES should be
4069 SSA_OP_ALL_USES | SSA_OP_ALL_KILLS for verification purposes.
16752 SSA_OP_ALL_USES, SSA_OP_ALL_DEFS, SSA_OP_ALL_OPERANDS): New. Operand
/freebsd-11-stable/contrib/gcc/doc/
HDtree-ssa.texi973 #define SSA_OP_ALL_USES (SSA_OP_VIRTUAL_USES | SSA_OP_USE)
975 #define SSA_OP_ALL_OPERANDS (SSA_OP_ALL_USES | SSA_OP_ALL_DEFS)
1068 FOR_EACH_PHI_ARG (use_p, phi_stmt, iter, SSA_OP_ALL_USES)