Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dfunction.c205 static tree *get_block_vector (tree, int *);
3729 get_block_vector (tree block, int *n_blocks_p) in get_block_vector() function
3759 block_vector = get_block_vector (DECL_INITIAL (fn), &n_blocks); in number_blocks()
DChangeLog-200027687 * function.c (get_block_vector): New function.