Home
last modified time | relevance | path

Searched refs:get_block_vector (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dfunction.c199 static tree *get_block_vector (tree, int *);
3721 get_block_vector (tree block, int *n_blocks_p) in get_block_vector() function
3751 block_vector = get_block_vector (DECL_INITIAL (fn), &n_blocks); in number_blocks()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c277 static tree *get_block_vector PARAMS ((tree, int *));
5904 block_vector = get_block_vector (block, &n_blocks); in identify_blocks()
6209 get_block_vector (block, n_blocks_p) in get_block_vector() function
6242 block_vector = get_block_vector (DECL_INITIAL (fn), &n_blocks);
H A DChangeLog.312421 * function.c (get_block_vector): New function.