Home
last modified time | relevance | path

Searched refs:trees (Results 1 – 25 of 144) sorted by relevance

123456

/openbsd-src/gnu/gcc/gcc/
H A Dpredict.def92 DEF_PREDICTOR (PRED_TREE_POINTER, "pointer (on trees)", HITRATE (81), 0)
98 DEF_PREDICTOR (PRED_TREE_OPCODE_POSITIVE, "opcode values positive (on trees)", HITRATE (79), 0)
99 DEF_PREDICTOR (PRED_TREE_OPCODE_NONEQUAL, "opcode values nonequal (on trees)", HITRATE (71), 0)
100 DEF_PREDICTOR (PRED_TREE_FPOPCODE, "fp_opcode (on trees)", HITRATE (90), 0)
107 DEF_PREDICTOR (PRED_TREE_EARLY_RETURN, "early return (on trees)", HITRATE (67), 0)
H A Dtree-ssa-live.c884 tpa->trees = VEC_alloc (tree, heap, x); in tpa_init()
927 VEC_free (tree, heap, tpa->trees); in tpa_delete()
962 swap_t = VEC_index (tree, tpa->trees, last); in tpa_compact()
967 VEC_replace (tree, tpa->trees, last, in tpa_compact()
968 VEC_index (tree, tpa->trees, x)); in tpa_compact()
975 VEC_replace (tree, tpa->trees, x, swap_t); in tpa_compact()
1054 VEC_safe_push (tree, heap, rv->trees, t); in root_var_init()
1063 t = VEC_index (tree, rv->trees, x); in root_var_init()
1119 if (t == VEC_index (tree, tv->trees, y)) in type_var_init()
1124 VEC_safe_push (tree, heap, tv->trees, t); in type_var_init()
H A Dcommon.opt570 Optimize induction variables on trees
942 Enable SSA-CCP optimization on trees
950 Enable loop header copying on trees
962 Enable copy propagation on trees
970 Enable SSA dead code elimination optimization on trees
982 Enable Full Redundancy Elimination (FRE) on trees
986 Enable loop invariant motion on trees
990 Enable linear loop transforms on trees
1002 Enable SSA-PRE optimization on trees
1010 Enable SSA code sinking on trees
[all …]
H A Dtree-ssa-live.h341 VEC(tree,heap) *trees;
379 return VEC_index (tree, tpa->trees, i); in tpa_tree()
H A Dbuiltin-attrs.def81 /* Construct trees for identifiers. */
/openbsd-src/lib/libcrypto/x509/
H A Dx509_ncons.c74 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name);
259 STACK_OF(GENERAL_SUBTREE) *trees, BIO *bp, int ind, char *name) in do_i2r_name_constraints()
264 if (sk_GENERAL_SUBTREE_num(trees) > 0) in do_i2r_name_constraints()
266 for (i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) { in do_i2r_name_constraints()
267 tree = sk_GENERAL_SUBTREE_value(trees, i); in do_i2r_name_constraints()
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DMakefile.PL413 @h_files = qw(crc32.h inffast.h inflate.h trees.h zconf.in.h
419 trees zutil
429 deflate trees zutil inflate infblock
/openbsd-src/lib/libz/
H A DMakefile7 trees.c uncompr.c zutil.c
H A Dalgorithm.doc14 match distances are compressed with another tree. The trees are stored
18 it would be useful to start another block with fresh trees. (This is
84 of the first table is nine bits. Also the distance trees have 30 possible
120 At least for deflate's output that generates new trees every several 10's of
223 match distances are compressed with another tree. The trees are stored
227 it would be useful to start another block with fresh trees. (This is
293 of the first table is nine bits. Also the distance trees have 30 possible
329 At least for deflate's output that generates new trees every several 10's of
432 match distances are compressed with another tree. The trees are stored
436 it would be useful to start another block with fresh trees. (This is
[all …]
H A DChangeLog420 - Update trees.c to be able to generate modified trees.h
511 - Avoid use of "eof" parameter in trees.c to not shadow library variable
662 - Add ush casts in trees.c to avoid pedantic runtime errors
680 - Add Z_TREES flush option to inflate() to return at end of trees
730 trees.c, according to the txtvsbin.txt document [Truta]
760 - Do not initialize global static by default in trees.c, add a response
787 - Add cast in trees.c t avoid a warning [Oberhumer]
827 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
855 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
872 - Fix trees.c to update strm->data_type (no one ever noticed!)
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DLANGUAGES72 All trees that represent sizes in bits should have a TREE_TYPE of
79 in trees, care should be taken to change the tree's type again to sizetype.
/openbsd-src/gnu/llvm/llvm/projects/
H A DCMakeLists.txt21 # Also add in libc++ and compiler-rt trees if present (and we have
/openbsd-src/lib/libc/rpc/
H A DREADME184 the 4.2 VAX compiler is as follows (to mip/trees.c):
186 *** trees.c.r1.1 Mon May 11 13:47:58 1987
187 --- trees.c.r1.2 Wed Jul 2 18:28:52 1986
/openbsd-src/gnu/usr.bin/perl/lib/
H A Ddiagnostics.t82 like $warning, qr/bookkeeping of op trees/, '%p';
/openbsd-src/distrib/syspatch/
H A DREADME56 Then apply all the errata patches to the source trees.
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dwatcom.mak134 $(zlib_dir)\trees.obj &
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.c677 static mfsplay_tree trees [__MF_TYPE_MAX+1]; in __mf_object_tree() local
679 if (UNLIKELY (trees[type] == NULL)) in __mf_object_tree()
680 trees[type] = mfsplay_tree_new (); in __mf_object_tree()
681 return trees[type]; in __mf_object_tree()
/openbsd-src/gnu/gcc/gcc/doc/
H A Dtree-ssa.texi53 representing an entire function in trees. To this end, it was necessary to
91 GIMPLE retains much of the structure of the parse trees: lexical
131 convert the front end trees to GIMPLE@. Usually such a hook will involve
132 much of the same code for expanding front end trees to RTL@. This function
133 can return fully lowered GIMPLE, or it can return GENERIC trees and let the
142 trees to GIMPLE, and hand that off to the back end rather than first
150 which would work better with higher-level trees, but currently the
944 trees, and choose the appropriate macro:
/openbsd-src/gnu/usr.bin/cvs/emx/
H A DMakefile.in262 ${zlib_dir}/trees.o \
H A DMakefile262 ${zlib_dir}/trees.o \
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DREADME.mkisofs35 mkisofs that allows you to merge arbitrary directory trees into the
/openbsd-src/gnu/usr.bin/binutils/config/
H A Dacinclude.m4842 dnl Ok, lets find the tcl source trees so we can use the headers
1080 # Ok, lets find the tk source trees so we can use the headers
1288 dnl Ok, lets find the itcl source trees so we can use the headers
1455 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1517 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1583 dnl Ok, lets find the tix source trees so we can use the headers
1922 dnl Ok, lets find the libgui source trees so we can use the headers
/openbsd-src/gnu/gcc/config/
H A Dacinclude.m4842 dnl Ok, lets find the tcl source trees so we can use the headers
1080 # Ok, lets find the tk source trees so we can use the headers
1288 dnl Ok, lets find the itcl source trees so we can use the headers
1455 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1517 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1583 dnl Ok, lets find the tix source trees so we can use the headers
1922 dnl Ok, lets find the libgui source trees so we can use the headers
/openbsd-src/gnu/usr.bin/binutils-2.17/config/
H A Dacinclude.m4842 dnl Ok, lets find the tcl source trees so we can use the headers
1080 # Ok, lets find the tk source trees so we can use the headers
1288 dnl Ok, lets find the itcl source trees so we can use the headers
1455 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1517 dnl Ok, lets find the itcl source trees so we can use the itcl_sh script
1583 dnl Ok, lets find the tix source trees so we can use the headers
1922 dnl Ok, lets find the libgui source trees so we can use the headers
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa324 * optimize.c (optimize_function): Unshare all trees after
507 if we're gimplifying. Handle expanding generic trees.

123456