Searched refs:block_vector (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | function.c | 5895 tree *block_vector, *last_block_vector; in identify_blocks() local 5904 block_vector = get_block_vector (block, &n_blocks); in identify_blocks() 5908 block_vector + 1, in identify_blocks() 5909 block_vector + n_blocks, in identify_blocks() 5914 if (0 && last_block_vector != block_vector + n_blocks) in identify_blocks() 5917 free (block_vector); in identify_blocks() 5928 identify_blocks_1 (insns, block_vector, end_block_vector, orig_block_stack) in identify_blocks_1() argument 5930 tree *block_vector; 5947 if (block_vector == end_block_vector) 5950 b = *block_vector++; [all …]
|
| H A D | ChangeLog.0 | 6126 * stmt.c (unroll_block_trees): Free block_vector if needed.
|
| H A D | ChangeLog.2 | 7412 * stmt.c (block_vector): Remove.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | function.c | 3723 tree *block_vector; in get_block_vector() local 3726 block_vector = XNEWVEC (tree, *n_blocks_p); in get_block_vector() 3727 all_blocks (block, block_vector); in get_block_vector() 3729 return block_vector; in get_block_vector() 3741 tree *block_vector; in number_blocks() local 3751 block_vector = get_block_vector (DECL_INITIAL (fn), &n_blocks); in number_blocks() 3756 BLOCK_NUMBER (block_vector[i]) = next_block_index++; in number_blocks() 3758 free (block_vector); in number_blocks()
|