Searched refs:block_stack (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | function.c | 4065 VEC(tree,heap) *block_stack; in reorder_blocks() 4070 block_stack = VEC_alloc (tree, heap, 10); in reorder_blocks() 4080 reorder_blocks_1 (get_insns (), block, &block_stack); in reorder_blocks() 4083 VEC_free (tree, heap, block_stack); in reorder_blocks()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | function.c | 4531 auto_vec<tree, 10> block_stack; in reorder_blocks() local 4541 reorder_blocks_1 (get_insns (), block, &block_stack); in reorder_blocks()
|