Searched refs:walker (Results 26 - 31 of 31) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc3008 /* Dominator walker driving the analysis. */
5661 /* Dominator walker driving the ipcp modification phase. */
6076 ipcp_modif_dom_walker walker (&fbi, descriptors, aggval, &modified_mem_access);
6077 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (cfun));
6079 cfg_changed |= walker.cleanup_eh ();
H A Dtree-ssa-sccvn.cc7105 eliminate_dom_walker walker (CDI_DOMINATORS, inserted_exprs);
7108 rpo_avail = &walker;
7109 walker.walk (cfun->cfg->x_entry_block_ptr);
7112 return walker.eliminate_cleanup ();
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13089 trees_out walker (NULL, module, *this);
13112 walker.begin ();
13114 walker.tree_node (OVL_FUNCTION (decl));
13121 walker.mark_declaration (decl, current->has_defn ());
13123 if (!walker.is_key_order ()
13139 walker.decl_value (decl, current);
13142 walker.write_definition (decl);
13144 walker.end ();
13146 if (!walker.is_key_order ()
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c6668 eliminate_dom_walker walker (CDI_DOMINATORS, inserted_exprs);
6670 walker.walk (cfun->cfg->x_entry_block_ptr);
6671 return walker.eliminate_cleanup ();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d4876 scope walker = new DebugWalker();
4877 s.accept(walker);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DMakefile.in1326 f-array-walker.h \

Completed in 401 milliseconds

12