The following allows to get PTA stats with -stats without blowing
up your filesystem by guarding constraint and solution dumping
with TDF_DETAILS and the SSA points-to info with TDF_DETAILS
or TDF_ALIAS.
Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed to trunk.
* tree-ssa-stru
The following allows to get PTA stats with -stats without blowing
up your filesystem by guarding constraint and solution dumping
with TDF_DETAILS and the SSA points-to info with TDF_DETAILS
or TDF_ALIAS.
Queued for stage1.
* tree-ssa-structalias.cc (dump_sa_stats): Split out from...