| /openbsd/src/gnu/usr.bin/cc/cc_int/ |
| D | Makefile | 24 tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o \ 25 gimplify.o tree-pretty-print.o tree-into-ssa.o \ 26 tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o \ 27 tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o \ 28 tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o \ 29 tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o \ 30 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \ 32 tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o \ 33 tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-ssa-threadedge.o \ 35 tree-vect-patterns.o tree-ssa-loop-prefetch.o \ [all …]
|
| /openbsd/src/sbin/isakmpd/ |
| D | pf_key_v2.c | 654 struct sadb_sa *ssa; in pf_key_v2_get_kernel_sa() local 664 if (spi_sz != sizeof (ssa->sadb_sa_spi)) in pf_key_v2_get_kernel_sa() 688 ssa = calloc(1, sizeof *ssa); in pf_key_v2_get_kernel_sa() 689 if (!ssa) { in pf_key_v2_get_kernel_sa() 691 (unsigned long)sizeof *ssa); in pf_key_v2_get_kernel_sa() 695 ssa->sadb_sa_exttype = SADB_EXT_SA; in pf_key_v2_get_kernel_sa() 696 ssa->sadb_sa_len = sizeof *ssa / PF_KEY_V2_CHUNK; in pf_key_v2_get_kernel_sa() 697 memcpy(&ssa->sadb_sa_spi, spi, sizeof ssa->sadb_sa_spi); in pf_key_v2_get_kernel_sa() 698 ssa->sadb_sa_state = SADB_SASTATE_MATURE; in pf_key_v2_get_kernel_sa() 699 if (pf_key_v2_msg_add(gettdb, (struct sadb_ext *)ssa, in pf_key_v2_get_kernel_sa() [all …]
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | passes.texi | 270 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 …]
|
| D | gccint.texi | 141 @include tree-ssa.texi
|
| D | tree-ssa.texi | 887 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
|
| /openbsd/src/gnu/usr.bin/cc/cc_tools/ |
| D | Makefile | 141 $(srcdir)/tree-ssanames.c $(srcdir)/tree-eh.c $(srcdir)/tree-ssa-address.c \ 143 $(srcdir)/tree-dfa.c $(srcdir)/tree-ssa-propagate.c \ 146 $(srcdir)/tree-ssa-operands.h $(srcdir)/tree-ssa-operands.c \ 148 $(srcdir)/ipa-reference.c $(srcdir)/tree-ssa-structalias.h \ 149 $(srcdir)/tree-ssa-structalias.c \
|
| /openbsd/src/usr.bin/yacc/PSD.doc/ |
| D | Makefile | 5 SRCS= ss_ ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ss10 ss11 ssa ssb ssc ssd
|
| /openbsd/src/sys/net/ |
| D | pfkeyv2.c | 1139 struct sadb_sa *ssa; in pfkeyv2_dosend() local 1267 ssa = (struct sadb_sa *) headers[SADB_EXT_SA]; in pfkeyv2_dosend() 1299 sa2 = gettdb(rdomain, ssa->sadb_sa_spi, sunionp, in pfkeyv2_dosend() 1442 ssa = (struct sadb_sa *) headers[SADB_EXT_SA]; in pfkeyv2_dosend() 1473 sa2 = gettdb(rdomain, ssa->sadb_sa_spi, sunionp, in pfkeyv2_dosend() 1484 if (ssa->sadb_sa_state != SADB_SASTATE_MATURE) { in pfkeyv2_dosend() 1578 ssa = (struct sadb_sa *) headers[SADB_EXT_SA]; in pfkeyv2_dosend() 1584 sa2 = gettdb(rdomain, ssa->sadb_sa_spi, sunionp, in pfkeyv2_dosend() 1617 ssa = (struct sadb_sa *) headers[SADB_EXT_SA]; in pfkeyv2_dosend() 1623 sa2 = gettdb(rdomain, ssa->sadb_sa_spi, sunionp, in pfkeyv2_dosend() [all …]
|
| D | pfkeyv2_convert.c | 649 struct sockaddr *ssa = (struct sockaddr *)((void *) sadb_address + in import_address() local 655 if (ssa->sa_len) in import_address() 656 salen = ssa->sa_len; in import_address() 658 switch (ssa->sa_family) { in import_address() 673 bcopy(ssa, sa, salen); in import_address()
|
| /openbsd/src/gnu/usr.bin/cc/doc/ |
| D | Makefile | 33 sourcebuild.texi gty.texi libgcc.texi cfg.texi tree-ssa.texi \
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | treestruct.def | 55 DEFTREESTRUCT(TS_SSA_NAME, "ssa name")
|
| D | tree.def | 357 /* Memory tags used in tree-ssa to represent memory locations in 900 partial redundancy elimination (tree-ssa-pre.c). These nodes are
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/po/ |
| D | ChangeLog | 208 * POTFILES.in: Add ssa-ccp.c 216 * POTFILES.in: Replace dce.c with ssa-dce.c.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | ChangeLog.tree-ssa | 348 * optimize.c (optimize_function_tree): Do run the tree-ssa 565 change-log-default-name: "ChangeLog.tree-ssa"
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | Makefile.in | 769 sibcall.o simplify-rtx.o ssa.o ssa-ccp.o ssa-dce.o stmt.o \ 1355 ssa.h cselib.h insn-addr.h
|
| D | ChangeLog.7 | 640 * ssa-dce.c (find_all_control_dependences, fint_control_depemndence, 642 * ssa.c (compute_dominance_frontiers_1, rename_block, rename_registers, 644 * ssa.h (compute_dominance_frontiers): Likewise. 1515 * ssa-ccp.c (ssa_const_prop): Likewise. 1516 * ssa-dce.c (ssa_eliminate_dead_code): Likewise. 1789 Delete SEQUENCE rtl usage outside of reorg and ssa passes. 1830 * ssa.c (gen_sequence): To here as private function. 2057 * ssa-ccp.c (ssa_const_prop): Likewise. 2058 * ssa-dcs.c (ssa_eliminate_dead_code): Likewise. 2212 * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing. [all …]
|
| D | ChangeLog.6 | 3163 * 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 …]
|
| D | ChangeLog.4 | 3386 * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting 3834 * ssa.c (convert_to_ssa): Likewise, and only compute immediate 4489 (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c 5663 * ssa.c (apply_delayed_renames): Avoid undefined operation. 12243 * ssa.c (find_evaluations): Use INSN_P. 12514 * ssa.c: Likewise. 12610 (ssa.o): Updated target to include ssa.h. 12617 Moved SSA declarations to ssa.h. 12618 * flow.c: Added inclusion of ssa.h. 12634 * ssa.c: Replaced inclusions with ssa.h inclusion. [all …]
|
| D | ChangeLog.3 | 340 * ssa.c (struct rename_set_data): Change the name of field 3048 * ssa.c (convert_from_ssa): Tell life_analysis we need death 4517 * ssa.c (compute_coalesced_reg_partition): Prototype. 5481 * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn. 5496 remove_dead_code with flags. Remove ssa dead code check. 5499 * ssa.c (convert_to_ssa): Likewise. 7143 * ssa.c (convert_to_ssa): Eliminate dead code when calling 7693 * ssa.c (convert_to_ssa): Likewise. 7706 * ssa.c (compute_conservative_reg_partition): Declare with 7746 * ssa.c (PHI_NODE_P): Moved to rtl.h. [all …]
|
| D | ChangeLog.5 | 41 * ssa-dce.c (ssa_eliminate_dead_code): Renamed from 43 * ssa.h (ssa_eliminate_dead_code): Corresponding changes. 53 * ssa-dce.c (note_inherently_necessary_set): New function. 189 * ssa-dce.c (eliminate_dead_code): Properly handle control 192 * ssa-dce.c (eliminate_dead_code): Remove fake edges from the 741 * ssa.c (compute_dominance_frontiers): Remove static declaration. 742 * ssa.h (compute_dominance_frontiers): Declare. 962 * ssa.c (rename_block): Update parameter to remove_phi_alternative 1001 * ssa.c (remove_phi_alternative): Remove declaration. No longer 1006 * ssa.h (remove_phi_alternative): Declare. [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | passes.texi | 276 @file{ssa.c}. 280 this pass. This dump file's name is made by appending @samp{.ssa} to
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | Vectorizers.rst | 398 `page <http://gcc.gnu.org/projects/tree-ssa/vectorization.html>`_ by Dorit Nuzman.
|
| D | MemorySSA.rst | 31 found here <http://www.airs.com/dnovillo/Papers/mem-ssa.pdf>`_. Though, it's
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ |
| D | README.txt | 1124 There are many load PRE testcases in testsuite/gcc.dg/tree-ssa/loadpre* in the 1165 There are many PRE testcases in testsuite/gcc.dg/tree-ssa/ssa-pre-*.c in the 1170 There are some interesting cases in testsuite/gcc.dg/tree-ssa/pred-comm* in the
|
| /openbsd/src/usr.bin/calendar/calendars/fr_FR.UTF-8/ |
| D | calendar.fetes | 396 09/05 N'oubliez pas les Raïssa !
|