Home
last modified time | relevance | path

Searched refs:pt_solution_empty_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.h165 extern bool pt_solution_empty_p (const pt_solution *);
H A Dgimple-pretty-print.c882 if (!pt_solution_empty_p (pt)) in dump_gimple_call()
889 if (!pt_solution_empty_p (pt)) in dump_gimple_call()
H A Dtree-ssa-structalias.c6810 pt_solution_empty_p (const pt_solution *pt) in pt_solution_empty_p() function
6822 && !pt_solution_empty_p (&cfun->gimple_df->escaped)) in pt_solution_empty_p()
6827 && !pt_solution_empty_p (&ipa_escaped_pt)) in pt_solution_empty_p()
6943 && !pt_solution_empty_p (&ipa_escaped_pt)) in pt_solutions_intersect_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h172 extern bool pt_solution_empty_p (const pt_solution *);
H A Dgimple-pretty-print.cc897 if (!pt_solution_empty_p (pt)) in dump_gimple_call()
904 if (!pt_solution_empty_p (pt)) in dump_gimple_call()
H A Dtree-ssa-structalias.cc6935 pt_solution_empty_p (const pt_solution *pt) in pt_solution_empty_p() function
6947 && !pt_solution_empty_p (&cfun->gimple_df->escaped)) in pt_solution_empty_p()
6952 && !pt_solution_empty_p (&ipa_escaped_pt)) in pt_solution_empty_p()
7075 && !pt_solution_empty_p (&ipa_escaped_pt)) in pt_solutions_intersect_1()
H A DChangeLog-2019404 * tree-ssa-alias.h (pt_solution_empty_p): Make param const.
405 * tree-ssa-structalias.c (pt_solution_empty_p): Likewise.
H A DChangeLog-201034576 (pt_solution_empty_p): Export.
34605 (pt_solution_empty_p): Declare.
H A DChangeLog-200929693 (pt_solution_reset, pt_solution_empty_p, pt_solution_includes_global,