diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2022-08-30 15:43:46 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2022-08-30 15:43:46 +0100 |
commit | 2bac880a19633b96608548b412739379df1c10dc (patch) | |
tree | f3a194c64159c35b2cd9abdcf24cfd304cf2867c /gcc/tree-vectorizer.h | |
parent | 5551501e84dd51b569801c0e52b24f9e30124166 (diff) | |
download | gcc-2bac880a19633b96608548b412739379df1c10dc.zip gcc-2bac880a19633b96608548b412739379df1c10dc.tar.gz gcc-2bac880a19633b96608548b412739379df1c10dc.tar.bz2 |
Make graphds_scc pass the node order back to callers
As a side-effect, graphds_scc constructs a vector in which all
nodes in an SCC are listed consecutively. This can be useful
information, so that the patch adds an optional pass-back parameter
for it. The interface is similar to the one for graphds_dfs.
gcc/
* graphds.cc (graphds_scc): Add a pass-back parameter for the
final node order.
* graphds.h (graphds_scc): Update prototype accordingly.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions