Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfunction.c4560 vec<tree> *p_block_stack) in reorder_blocks_1() argument
4615 if (p_block_stack->is_empty ()) in reorder_blocks_1()
4619 super = p_block_stack->last (); in reorder_blocks_1()
4629 p_block_stack->safe_push (block); in reorder_blocks_1()
4633 NOTE_BLOCK (insn) = p_block_stack->pop (); in reorder_blocks_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dfunction.c4100 reorder_blocks_1 (rtx insns, tree current_block, VEC(tree,heap) **p_block_stack) in reorder_blocks_1() argument
4146 VEC_safe_push (tree, heap, *p_block_stack, block); in reorder_blocks_1()
4150 NOTE_BLOCK (insn) = VEC_pop (tree, *p_block_stack); in reorder_blocks_1()