public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* IPA pass loop detection
@ 2008-08-05 19:39 Matt G.
  0 siblings, 0 replies; only message in thread
From: Matt G. @ 2008-08-05 19:39 UTC (permalink / raw)
  To: gcc-help

When the interprocedural (ipa-*) passes are running, is loop
information preserved? I'm having a hard time trying to find out if it
is in fact preserved.

I notice that loop structures can be created by flow_loops_find() in
cfgloop.c, However, this function does not appear to be aware that
there may be other functions than cfun, and as such seems not entirely
friendly to IPA.

Would a valid solution be to set cfun myself and call flow_loops_find()?

-- 
Matthew

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-05 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-05 19:39 IPA pass loop detection Matt G.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).