Searched refs:postorder (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | nftw.c | 37 int error = 0, ftsflags, fnflag, postorder, sverrno; in nftw() local 54 postorder = (ftwflags & FTW_DEPTH) != 0; in nftw() 61 if (postorder) in nftw() 69 if (!postorder) in nftw()
|
/openbsd/gnu/gcc/gcc/ |
H A D | df-core.c | 758 int *postorder, int n_blocks, bool single_pass) in df_analyze_problem() argument 774 postorder, n_blocks, single_pass); in df_analyze_problem() 788 int *postorder = XNEWVEC (int, last_basic_block); in df_analyze() local 794 n_blocks = post_order_compute (postorder, true); in df_analyze() 800 bitmap_set_bit (current_all_blocks, postorder[i]); in df_analyze() 814 n_blocks = df_prune_to_subcfg (postorder, n_blocks, df->blocks_to_analyze); in df_analyze() 829 postorder, n_blocks, false); in df_analyze() 839 free (postorder); in df_analyze()
|
H A D | tree-ssa-pre.c | 1938 int *postorder; in compute_rvuse_and_antic_safe() local 2039 postorder = XNEWVEC (int, n_basic_blocks - NUM_FIXED_BLOCKS); in compute_rvuse_and_antic_safe() 2040 pre_and_rev_post_order_compute (NULL, postorder, false); in compute_rvuse_and_antic_safe() 2051 bb = BASIC_BLOCK (postorder[j]); in compute_rvuse_and_antic_safe() 2062 free (postorder); in compute_rvuse_and_antic_safe()
|
/openbsd/include/ |
H A D | search.h | 31 postorder, enumerator
|
/openbsd/lib/libc/stdlib/ |
H A D | tsearch.c | 103 (*action)(root, postorder, level); in trecurse()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | Lexicon.rst | 273 Reverse postorder
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 11528 - delete of mesh does a postorder traverse of the tree. 12125 - fixed rbtree cleanup with postorder traverse.
|