Home
last modified time | relevance | path

Searched refs:ssa (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
HDMakefile22 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \
23 gimplify.o tree-pretty-print.o tree-into-ssa.o \
24 tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o \
25 tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o \
26 tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o \
27 tree-ssa-alias-warnings.o \
28 tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o \
29 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
31 tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o \
32 tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o \
[all …]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_iter.c314 snapspec_arg_t *ssa = arg; in snapspec_cb() local
318 if (ssa->ssa_seenlast) in snapspec_cb()
322 if (!ssa->ssa_seenfirst && strcmp(shortsnapname, ssa->ssa_first) == 0) in snapspec_cb()
323 ssa->ssa_seenfirst = B_TRUE; in snapspec_cb()
324 if (strcmp(shortsnapname, ssa->ssa_last) == 0) in snapspec_cb()
325 ssa->ssa_seenlast = B_TRUE; in snapspec_cb()
327 if (ssa->ssa_seenfirst) { in snapspec_cb()
328 err = ssa->ssa_func(zhp, ssa->ssa_arg); in snapspec_cb()
364 snapspec_arg_t ssa = { 0 }; in zfs_iter_snapspec() local
365 ssa.ssa_func = func; in zfs_iter_snapspec()
[all …]
/freebsd-11-stable/sys/compat/svr4/
HDsvr4_signal.c181 svr4_to_bsd_sigaction(ssa, bsa) in svr4_to_bsd_sigaction() argument
182 const struct svr4_sigaction *ssa; in svr4_to_bsd_sigaction()
186 bsa->sa_handler = (sig_t) ssa->ssa_handler;
187 svr4_to_bsd_sigset(&ssa->ssa_mask, &bsa->sa_mask);
189 if ((ssa->ssa_flags & SVR4_SA_ONSTACK) != 0)
191 if ((ssa->ssa_flags & SVR4_SA_RESETHAND) != 0)
193 if ((ssa->ssa_flags & SVR4_SA_RESTART) != 0)
195 if ((ssa->ssa_flags & SVR4_SA_SIGINFO) != 0)
197 if ((ssa->ssa_flags & SVR4_SA_NOCLDSTOP) != 0)
199 if ((ssa->ssa_flags & SVR4_SA_NODEFER) != 0)
[all …]
/freebsd-11-stable/tools/test/vm86/
HDvm86_test.c81 stack_t ssa; in main() local
86 memset(&ssa, 0, sizeof(ssa)); in main()
87 ssa.ss_size = PAGE_SIZE * 128; in main()
88 ssa.ss_sp = mmap(NULL, ssa.ss_size, PROT_READ | PROT_WRITE | in main()
90 if (ssa.ss_sp == MAP_FAILED) in main()
92 if (sigaltstack(&ssa, NULL) == -1) in main()
/freebsd-11-stable/contrib/gcc/
HDChangeLog.tree-ssa8 * tree-ssa-live.h: Fix typo in #include guard.
68 * tree-ssa-dom.c (avail_expr_eq): Use OEP_PURE_SAME.
74 * tree-ssa-operands.c (get_call_flags): Remove.
119 * tree-ssa-phiopt.c (conditional_replacement): Use fold_convert
134 * tree-outof-ssa.c (eliminate_build): Move code which verifies
160 * tree-ssa-pre.c (code_motion): Likewise.
169 * tree-into-ssa.c (rewrite_initialize_block_local_data): Mark all
174 * tree-ssa-dom.c (dom_opt_initialize_block_local_data): Similarly
176 * tree-ssa-dom.c (redirect_edges_and_update_ssa_graph): Do not mark
187 * tree-ssa-copy.c (cprop_operand): Break out of cprop_into_stmt.
[all …]
HDMakefile.in806 TREE_FLOW_H = tree-flow.h tree-flow-inline.h tree-ssa-operands.h \
809 TREE_SSA_LIVE_H = tree-ssa-live.h $(PARTITION_H) vecprim.h
980 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \
981 gimplify.o tree-pretty-print.o tree-into-ssa.o \
982 tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o \
983 tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o \
984 tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o \
985 tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o \
986 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
988 tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o \
[all …]
HDChangeLog-20054 * tree-ssa-pre.c (compute_avail): Treat the static chain decl as a
9 * tree-outof-ssa.c (_elim_graph): Change the type of STACK to
37 * tree-ssa-pre.c: Update todo list.
203 * global.c, tree-ssa-pre.c: Move DEF_VEC_P(basic_block) and
268 * tree-ssa-pre.c (is_copy_stmt): Ditto.
377 * tree-ssa-loop-ivcanon.c (create_canonical_iv): Likewise.
452 * tree-ssa-ccp.c (visit_assignment, maybe_fold_stmt_addition):
454 * tree-ssa-reassoc.c (optimize_ops_list): Replace fold_build2
501 * tree-ssa-reassoc.c (init_reassoc): Ditto.
546 * tree-ssa-dom.c (thread_across_edge): Do not use local_fold.
[all …]
HDChangeLog-200694 * tree-ssa-structalias.c (handle_ptr_arith): Return false when we
173 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Handle MAX_EXPR
329 * tree-ssa-forwprop.c (simplify_switch_expr): Don't
447 * tree-ssa-structalias.c (process_constraint): Don't
636 * tree-ssa-structalias.c (intra_create_variable_infos):
659 * tree-ssa-structalias.c (nonlocal_for_type): Remove.
672 * tree-ssa-operands.c (access_can_touch_variable): Don't prune
687 * tree-ssa-alias.c (is_escape_site): Remove alias info argument,
689 * tree-ssa-structalias.c (nonlocal_for_type): New variable.
1134 * tree-ssa-loop-ivopts.c (determine_base_object): Handle pointers
[all …]
HDChangeLog-200418 * tree-outof-ssa.c (create_temp): Copy DECL_IGNORED_P.
199 * tree-outof-ssa.c (insert_backedge_copies): New function.
306 * tree-ssa-dom.c (thread_across_edge): Remove broken code to
378 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_generic,
418 * tree-outof-ssa.c (create_temp): Note who we are a debug alias of.
474 * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
811 * tree-ssa-alias.c (init_alias_info): Call it.
851 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Don't
947 * tree-ssa-loop-ivopts.c (struct iv_ca): Add n_cands field.
966 (tree-ssa-propagate.o): Depend upon gt-tree-ssa-propagate.h.
[all …]
HDChangeLog104 * tree-ssa-structalias.c (shared_bitmap_info_t): New structure.
195 * tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
323 * tree-ssa-structalias.c (solution_set_add): Make sure to
333 * tree-ssa-structalias.c (set_uids_in_ptset): Also handle RESULT_DECL.
344 * tree-ssa-operands.c (build_ssa_operands): Initially assume
418 * tree-ssa-structalias.c: Copy solver portions from mainline.
419 * Makefile.in (tree-ssa-structalias.o): Update dependencies
564 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Do not
617 * tree-ssa-structalias.c (update_alias_info): Record dereference
658 * tree-ssa-loop-ch.c (copy_loop_headers): Set TREE_NO_WARNING for
[all …]
HDtreestruct.def55 DEFTREESTRUCT(TS_SSA_NAME, "ssa name")
HDChangeLog.gcc43212 * tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer
226 * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Likewise.
770 * tree-ssa-pre.c (phi_translate): Fold CALL_EXPRs that
HDChangeLog-20013163 * ssa-dce.c (find_inherently_necessary): Ditto.
4176 sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
5728 * ssa-ccp.c (examine_flow_edges): Use old-style definition, not
7317 sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
7372 regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
7644 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
9850 * ssa.c (convert_from_ssa): Likewise.
10367 * ssa-ccp (sse_fast_dce): Remove deleting of DEF, as it is done
10369 * ssa-dce.c (delete_insn_bb): Use delete_insn.
10370 * ssa.c (convert_from_ssa): Use delete_related_insns.
[all …]
HDChangeLog-2002161 * ssa-dce.c (EXECUTE_IF_UNNECESSARY): Verify INSN is an
249 * ssa-ccp.c: Likewise.
250 * ssa.c: Likewise.
1625 sdbout.c, sibcall.c, simplify-rtx.c, ssa-ccp.c, ssa-dce.c,
1626 ssa.c, stmt.c, stor-layout.c, stringpool.c, timevar.c,
6187 * ssa.c: Likewise.
6261 * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
7584 * ssa.c: Likewise.
12686 * ssa-ccp.c (PHI_PARMS): Remove.
15087 * ssa-dce.c (find_all_control_dependences, fint_control_depemndence,
[all …]
/freebsd-11-stable/sys/netinet6/
HDin6_mcast.c1328 sockunion_t *gsa, *ssa; in in6p_block_unblock_source() local
1347 ssa = (sockunion_t *)&gsr.gsr_source; in in6p_block_unblock_source()
1362 if (ssa->sin6.sin6_family != AF_INET6 || in in6p_block_unblock_source()
1363 ssa->sin6.sin6_len != sizeof(struct sockaddr_in6)) in in6p_block_unblock_source()
1418 ims = im6o_match_source(imo, idx, &ssa->sa); in in6p_block_unblock_source()
1421 ip6_sprintf(ip6tbuf, &ssa->sin6.sin6_addr), in in6p_block_unblock_source()
1434 ims = im6f_graft(imf, fmode, &ssa->sin6); in in6p_block_unblock_source()
1439 error = im6f_prune(imf, &ssa->sin6); in in6p_block_unblock_source()
1805 sockunion_t *gsa, *ssa; in in6p_join_group() local
1823 ssa = (sockunion_t *)&gsr.gsr_source; in in6p_join_group()
[all …]
/freebsd-11-stable/sys/netinet/
HDin_mcast.c1343 sockunion_t *gsa, *ssa; in inp_block_unblock_source() local
1359 ssa = (sockunion_t *)&gsr.gsr_source; in inp_block_unblock_source()
1376 ssa->sin.sin_family = AF_INET; in inp_block_unblock_source()
1377 ssa->sin.sin_len = sizeof(struct sockaddr_in); in inp_block_unblock_source()
1378 ssa->sin.sin_addr = mreqs.imr_sourceaddr; in inp_block_unblock_source()
1405 if (ssa->sin.sin_family != AF_INET || in inp_block_unblock_source()
1406 ssa->sin.sin_len != sizeof(struct sockaddr_in)) in inp_block_unblock_source()
1459 ims = imo_match_source(imo, idx, &ssa->sa); in inp_block_unblock_source()
1462 ntohl(ssa->sin.sin_addr.s_addr), doblock ? "" : "not "); in inp_block_unblock_source()
1474 ims = imf_graft(imf, fmode, &ssa->sin); in inp_block_unblock_source()
[all …]
/freebsd-11-stable/contrib/gcc/doc/
HDpasses.texi270 located in @file{tree-ssa.c} and is described by @code{pass_build_ssa}.
279 are possibly uninitialized. The pass is located in @file{tree-ssa.c}
289 @file{tree-ssa-dce.c} and is described by @code{pass_dce}.
295 throughout the optimization process. It it located in @file{tree-ssa-dom.c}
303 the optimization process. It is located in @file{tree-ssa.c} and is
311 @file{tree-ssa-forwprop.c} and is described by @code{pass_forwprop}.
319 located in @file{tree-ssa-copyrename.c} and is described by
326 It is located in @file{tree-ssa-phiopt.c} and is described by
337 in @file{tree-ssa-alias.c} and is described by @code{pass_may_alias}.
340 @file{tree-ssa-structalias.c} and described by @code{pass_ipa_pta}.
[all …]
HDgccint.texi141 @include tree-ssa.texi
HDtree-ssa.texi887 Operands are collected by @file{tree-ssa-operands.c}. They are stored
960 @file{tree-ssa-operands.h}:
1047 documentation in @file{tree-ssa-operands.h}.
1214 renaming process in @file{tree-ssa.c} wraps every real and
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
HDMakefile73 $(srcdir)/tree-ssanames.c $(srcdir)/tree-eh.c $(srcdir)/tree-ssa-address.c \
75 $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-propagate.c \
78 $(srcdir)/tree-ssa-operands.h $(srcdir)/tree-ssa-operands.c \
80 $(srcdir)/ipa-reference.c $(srcdir)/tree-ssa-structalias.h \
81 $(srcdir)/tree-ssa-structalias.c \
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_ctldir.c889 snapshot_setup_arg_t *ssa = arg; in zfsctl_snapshot_vnode_setup() local
895 ssa->snap_name, ZFSCTL_INO_SNAPDIR, ssa->snap_id); in zfsctl_snapshot_vnode_setup()
961 snapshot_setup_arg_t ssa; local
963 ssa.snap_name = name;
964 ssa.snap_id = snap_id;
967 zfsctl_snapshot_vnode_setup, &ssa, vpp);
/freebsd-11-stable/share/doc/psd/15.yacc/
HDMakefile6 ss10 ss11 ssa ssb ssc ssd
/freebsd-11-stable/lib/libpmc/
HDlibpmc.c3641 struct pmc_op_pmcadmin ssa; in pmc_disable() local
3643 ssa.pm_cpu = cpu; in pmc_disable()
3644 ssa.pm_pmc = pmc; in pmc_disable()
3645 ssa.pm_state = PMC_STATE_DISABLED; in pmc_disable()
3646 return (PMC_CALL(PMCADMIN, &ssa)); in pmc_disable()
3652 struct pmc_op_pmcadmin ssa; in pmc_enable() local
3654 ssa.pm_cpu = cpu; in pmc_enable()
3655 ssa.pm_pmc = pmc; in pmc_enable()
3656 ssa.pm_state = PMC_STATE_FREE; in pmc_enable()
3657 return (PMC_CALL(PMCADMIN, &ssa)); in pmc_enable()
/freebsd-11-stable/share/misc/
HDiso639447 ssa ssa Nilo-Saharan languages
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog.tree-ssa348 * optimize.c (optimize_function_tree): Do run the tree-ssa
565 change-log-default-name: "ChangeLog.tree-ssa"

12