Home
last modified time | relevance | path

Searched refs:VEC_pop (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
Ddomwalk.c173 bd = VEC_pop (void_p, walk_data->free_block_data); in walk_dominator_tree()
257 bd = VEC_pop (void_p, walk_data->block_data_stack); in walk_dominator_tree()
283 free (VEC_pop (void_p, walk_data->free_block_data)); in fini_walk_dominator_tree()
Dgenextract.c111 VEC_pop (char, acc.pathstr); in gen_insn()
249 VEC_pop (char, acc->pathstr); in walk_rtx()
268 VEC_pop (char, acc->pathstr); in walk_rtx()
284 VEC_pop (char, acc->pathstr); in walk_rtx()
293 VEC_pop (char, acc->pathstr); in walk_rtx()
Dtree-ssa-reassoc.c648 VEC_pop (operand_entry_t, *ops); in eliminate_using_constants()
676 VEC_pop (operand_entry_t, *ops); in eliminate_using_constants()
703 VEC_pop (operand_entry_t, *ops); in eliminate_using_constants()
718 VEC_pop (operand_entry_t, *ops); in eliminate_using_constants()
768 VEC_pop (operand_entry_t, *ops); in optimize_ops_list()
769 VEC_pop (operand_entry_t, *ops); in optimize_ops_list()
Dtree-ssa-threadedge.c123 dest = VEC_pop (tree, *stack); in remove_temporary_equivalences()
130 prev_value = VEC_pop (tree, *stack); in remove_temporary_equivalences()
Dtree-ssa-uncprop.c356 VEC_pop (tree, equiv_hash_elt_p->equivalences); in remove_equivalence()
457 tree value = VEC_pop (tree, equiv_stack); in uncprop_finalize_block()
Dtree-into-ssa.c915 VEC_pop (int, worklist); in prune_unused_phi_nodes()
937 VEC_pop (int, worklist); in prune_unused_phi_nodes()
949 b = VEC_pop (int, worklist); in prune_unused_phi_nodes()
1033 bb_index = VEC_pop (int, work_stack); in find_idf()
1432 tree tmp = VEC_pop (tree, block_defs_stack); in rewrite_finalize_block()
1698 tree var = VEC_pop (tree, block_defs_stack); in rewrite_update_fini_block()
1706 saved_def = VEC_pop (tree, block_defs_stack); in rewrite_update_fini_block()
Dtree-ssa-dce.c482 i = VEC_pop (tree, worklist); in propagate_necessity()
611 tree use = VEC_pop (tree, worklist); in mark_really_necessary_kill_operand_phis()
Dtree-ssa-dom.c517 tree expr = VEC_pop (tree, avail_exprs_stack); in remove_local_expressions_from_table()
538 dest = VEC_pop (tree, const_and_copies_stack); in restore_vars_to_original_value()
543 prev_value = VEC_pop (tree, const_and_copies_stack); in restore_vars_to_original_value()
710 VEC_pop (tree, stmts_to_rescan); in dom_opt_finalize_block()
Dtree-ssa-structalias.c1172 unsigned int w = VEC_pop (unsigned, si->scc_stack); in scc_visit()
1750 unsigned int w = VEC_pop (unsigned, si->scc_stack); in label_visit()
2070 i = VEC_pop (unsigned, ti->topo_order); in solve_graph()
2582 VEC_pop (ce_s, *results); in get_constraint_for()
2601 VEC_pop (ce_s, *results); in get_constraint_for()
3374 VEC_pop (ce_s, rhsc); in find_func_aliases()
3451 VEC_pop (ce_s, rhsc); in find_func_aliases()
3559 VEC_pop (ce_s, rhsc); in find_func_aliases()
Dtree-cfgcleanup.c171 stmt = VEC_pop (tree, modified_noreturn_calls);
Dtree-outof-ssa.c528 x = VEC_pop (int, g->stack); in eliminate_phi()
538 src = VEC_pop (tree, g->const_copies); in eliminate_phi()
539 dest = VEC_pop (tree, g->const_copies); in eliminate_phi()
Dc-pragma.c628 default_visibility = VEC_pop (visibility, visstack); in pop_visibility()
Dtree-ssa-propagate.c373 tree stmt = VEC_pop (tree, *worklist); in process_ssa_edge_worklist()
Dtree-ssa-alias.c417 tree curr = VEC_pop (tree, worklist); in compute_call_clobbered()
418 int reason = VEC_pop (int, worklist2); in compute_call_clobbered()
Dlambda-code.c2492 def = VEC_pop (tree, phis); in perfect_nestify()
2493 phiname = VEC_pop (tree, phis); in perfect_nestify()
Dvec.h293 #define VEC_pop(T,V) (VEC_OP(T,base,pop)(VEC_BASE(V) VEC_CHECK_INFO)) macro
Dtree-vect-analyze.c1669 stmt = VEC_pop (tree, worklist); in vect_mark_stmts_to_be_vectorized()
Dfunction.c3669 NOTE_BLOCK (insn) = VEC_pop (tree, *p_block_stack); in reorder_blocks_1()
5681 last_block = VEC_pop (tree, cfun->ib_boundaries_block); in record_block_change()
Dtree-inline.c1896 cfun = VEC_pop (function_p, cfun_stack); in pop_cfun()
Dtree-ssa-pre.c3678 t = VEC_pop (tree, worklist); in remove_dead_inserted_code()
Dgenautomata.c5340 state = VEC_pop (state_t, state_stack); in make_automaton()
5549 state = VEC_pop (state_t, state_stack); in NDFA_to_DFA()
Dgimplify.c1827 tree t = VEC_pop (tree, stack); in gimplify_compound_lval()
/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c191 VEC_pop (deferred_access, deferred_access_stack); in pop_deferring_access_checks()
226 VEC_pop (deferred_access, deferred_access_stack); in pop_to_parent_deferring_access_checks()
Dclass.c1915 VEC_pop (tree, ffod->path); in dfs_find_final_overrider_post()
5739 current_lang_name = VEC_pop (tree, current_lang_base); in pop_lang_context()
Dparser.c727 VEC_pop (cp_token_position, lexer->saved_tokens); in cp_lexer_commit_tokens()
740 lexer->next_token = VEC_pop (cp_token_position, lexer->saved_tokens); in cp_lexer_rollback_tokens()

12