Home
last modified time | relevance | path

Searched refs:blocks_nreverse (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-low.c164 = blocks_nreverse (BLOCK_SUBBLOCKS (data.block)); in lower_function_body()
473 = blocks_nreverse (BLOCK_SUBBLOCKS (new_block)); in lower_gimple_bind()
HDfunction.h620 extern tree blocks_nreverse (tree);
HDfunction.c4656 blocks_nreverse (tree t) in blocks_nreverse() function
HDtree-inline.c737 BLOCK_SUBBLOCKS (new_tree) = blocks_nreverse (BLOCK_SUBBLOCKS (new_tree)); in remap_blocks()
/dragonfly/contrib/gcc-4.7/gcc/
HDgimple-low.c185 = blocks_nreverse (BLOCK_SUBBLOCKS (data.block)); in lower_function_body()
517 = blocks_nreverse (BLOCK_SUBBLOCKS (new_block)); in lower_gimple_bind()
HDfunction.h714 extern tree blocks_nreverse (tree);
HDtree-inline.c673 BLOCK_SUBBLOCKS (new_tree) = blocks_nreverse (BLOCK_SUBBLOCKS (new_tree)); in remap_blocks()
HDfunction.c4161 blocks_nreverse (tree t) in blocks_nreverse() function