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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.h151 bool *function_entry_reached = NULL,
H A Dtree-ssa-alias.c3740 bool *function_entry_reached, unsigned limit)
3752 if (function_entry_reached)
3753 *function_entry_reached = true;
3766 function_entry_reached, limit);
3792 bool *function_entry_reached, unsigned int limit)
3799 if (function_entry_reached)
3800 *function_entry_reached = false;
3804 function_entry_reached, limit);
3737 walk_aliased_vdefs_1(ao_ref *ref, tree vdef, bool (*walker)(ao_ref *, tree, void *), void *data, bitmap *visited, unsigned int cnt, bool *function_entry_reached, unsigned limit) argument
3789 walk_aliased_vdefs(ao_ref *ref, tree vdef, bool (*walker)(ao_ref *, tree, void *), void *data, bitmap *visited, bool *function_entry_reached, unsigned int limit) argument
H A Dipa-polymorphic-call.c1571 bool function_entry_reached = false; local
1736 &tci, NULL, &function_entry_reached, aa_walk_budget);
1816 && !function_entry_reached
1842 function_entry_reached ? " (function entry reached)" : "",
1843 function_entry_reached ? " (multiple types encountered)" : "");
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h158 bool *function_entry_reached = NULL,
H A Dipa-polymorphic-call.cc1575 bool function_entry_reached = false; local
1740 &tci, NULL, &function_entry_reached, aa_walk_budget);
1820 && !function_entry_reached
1846 function_entry_reached ? " (function entry reached)" : "",
1847 function_entry_reached ? " (multiple types encountered)" : "");
H A Dtree-ssa-alias.cc3884 bool *function_entry_reached, unsigned limit)
3896 if (function_entry_reached)
3897 *function_entry_reached = true;
3910 function_entry_reached, limit);
3936 bool *function_entry_reached, unsigned int limit)
3943 if (function_entry_reached)
3944 *function_entry_reached = false;
3948 function_entry_reached, limit);
3881 walk_aliased_vdefs_1(ao_ref *ref, tree vdef, bool (*walker)(ao_ref *, tree, void *), void *data, bitmap *visited, unsigned int cnt, bool *function_entry_reached, unsigned limit) argument
3933 walk_aliased_vdefs(ao_ref *ref, tree vdef, bool (*walker)(ao_ref *, tree, void *), void *data, bitmap *visited, bool *function_entry_reached, unsigned int limit) argument

Completed in 324 milliseconds