Searched refs:depths (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-object-size.c38 unsigned int *depths; member in struct:object_size_info
362 osi.depths = NULL;
389 osi.depths = XCNEWVEC (unsigned int, num_ssa_names);
400 free (osi.depths);
401 osi.depths = NULL;
789 if (osi->depths[varno])
791 if (osi->depths[varno] != depth)
811 osi->depths[varno] = depth;
878 osi->depths[varno] = 0;
933 osi->depths[SSA_NAME_VERSIO
[all...]
H A Det-forest.c199 static int depths[MAX_NODES]; variable
222 depths[len] = depth;
270 gcc_assert (depths[len] == depth && datas[len] == occ->of);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc625 case OBACK_: /* the vilest depths */
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm2843 my %depths;
2851 $depths{ $depth } = 1;
2859 keys %depths;
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm984 You can control the maximum array and hash recursion depths by

Completed in 242 milliseconds