Searched refs:VEC_pop (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/contrib/gcc/
H A Ddomwalk.c173 bd = VEC_pop (void_p, walk_data->free_block_data);
257 bd = VEC_pop (void_p, walk_data->block_data_stack);
283 free (VEC_pop (void_p, walk_data->free_block_data));
H A Dgenextract.c111 VEC_pop (char, acc.pathstr);
250 VEC_pop (char, acc->pathstr);
269 VEC_pop (char, acc->pathstr);
285 VEC_pop (char, acc->pathstr);
294 VEC_pop (char, acc->pathstr);
H A Dtree-ssa-threadedge.c123 dest = VEC_pop (tree, *stack);
130 prev_value = VEC_pop (tree, *stack);
H A Dtree-ssa-reassoc.c648 VEC_pop (operand_entry_t, *ops);
676 VEC_pop (operand_entry_t, *ops);
703 VEC_pop (operand_entry_t, *ops);
718 VEC_pop (operand_entry_t, *ops);
768 VEC_pop (operand_entry_t, *ops);
769 VEC_pop (operand_entry_t, *ops);
H A Dtree-ssa-uncprop.c356 VEC_pop (tree, equiv_hash_elt_p->equivalences);
457 tree value = VEC_pop (tree, equiv_stack);
H A Dtree-into-ssa.c915 VEC_pop (int, worklist);
937 VEC_pop (int, worklist);
949 b = VEC_pop (int, worklist);
1033 bb_index = VEC_pop (int, work_stack);
1432 tree tmp = VEC_pop (tree, block_defs_stack);
1698 tree var = VEC_pop (tree, block_defs_stack);
1706 saved_def = VEC_pop (tree, block_defs_stack);
H A Dtree-ssa-dce.c489 i = VEC_pop (tree, worklist);
618 tree use = VEC_pop (tree, worklist);
H A Dtree-cfgcleanup.c171 stmt = VEC_pop (tree, modified_noreturn_calls);
H A Dtree-ssa-dom.c517 tree expr = VEC_pop (tree, avail_exprs_stack);
538 dest = VEC_pop (tree, const_and_copies_stack);
543 prev_value = VEC_pop (tree, const_and_copies_stack);
710 VEC_pop (tree, stmts_to_rescan);
H A Dtree-ssa-structalias.c1172 unsigned int w = VEC_pop (unsigned, si->scc_stack);
1750 unsigned int w = VEC_pop (unsigned, si->scc_stack);
2070 i = VEC_pop (unsigned, ti->topo_order);
2582 VEC_pop (ce_s, *results);
2601 VEC_pop (ce_s, *results);
3374 VEC_pop (ce_s, rhsc);
3451 VEC_pop (ce_s, rhsc);
3559 VEC_pop (ce_s, rhsc);
H A Dtree-outof-ssa.c528 x = VEC_pop (int, g->stack);
538 src = VEC_pop (tree, g->const_copies);
539 dest = VEC_pop (tree, g->const_copies);
H A Dtree-ssa-propagate.c373 tree stmt = VEC_pop (tree, *worklist);
H A Dc-pragma.c628 default_visibility = VEC_pop (visibility, visstack);
H A Dtree-ssa-alias.c417 tree curr = VEC_pop (tree, worklist);
418 int reason = VEC_pop (int, worklist2);
H A Dlambda-code.c2492 def = VEC_pop (tree, phis);
2493 phiname = VEC_pop (tree, phis);
H A Dtree-vect-analyze.c1669 stmt = VEC_pop (tree, worklist);
H A Dvec.h293 #define VEC_pop(T,V) (VEC_OP(T,base,pop)(VEC_BASE(V) VEC_CHECK_INFO)) macro
H A Dfunction.c3686 NOTE_BLOCK (insn) = VEC_pop (tree, *p_block_stack);
5703 last_block = VEC_pop (tree, cfun->ib_boundaries_block);
H A Dtree-inline.c1896 cfun = VEC_pop (function_p, cfun_stack);
H A Dgenautomata.c5363 state = VEC_pop (state_t, state_stack);
5572 state = VEC_pop (state_t, state_stack);
H A Dtree-ssa-pre.c3678 t = VEC_pop (tree, worklist);
H A Dgimplify.c1828 tree t = VEC_pop (tree, stack);
/freebsd-10.3-release/contrib/gcc/cp/
H A Dsemantics.c191 VEC_pop (deferred_access, deferred_access_stack);
226 VEC_pop (deferred_access, deferred_access_stack);
H A Dclass.c1919 VEC_pop (tree, ffod->path);
5745 current_lang_name = VEC_pop (tree, current_lang_base);
H A Dparser.c728 VEC_pop (cp_token_position, lexer->saved_tokens);
741 lexer->next_token = VEC_pop (cp_token_position, lexer->saved_tokens);

Completed in 522 milliseconds

12