Searched refs:p_block_stack (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dfunction.c3635 reorder_blocks_1 (rtx insns, tree current_block, VEC(tree,heap) **p_block_stack)
3682 VEC_safe_push (tree, heap, *p_block_stack, block);
3686 NOTE_BLOCK (insn) = VEC_pop (tree, *p_block_stack);
3618 reorder_blocks_1(rtx insns, tree current_block, VEC(tree,heap) **p_block_stack) argument

Completed in 107 milliseconds