Hi John,<br><br><div>glad the explanation made sense :)<br><div><br><div class="gmail_quote">On Tue, Mar 13, 2012 at 16:41, John Criswell <span dir="ltr"><<a href="mailto:criswell@illinois.edu">criswell@illinois.edu</a>></span> wrote:<div>
[...] </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div class="im"></div>
    Can't you just copy the analysis results out of LoopInfo as Fan
    suggested?  I would think that if you can query it, you can copy it.<br>
    <br></div></blockquote><div><br></div><div>Well, LoopInfoBase has a private copy constructor (for good reasons) so you can't just copy the entire thing out. The same goes for the Loop class. At the end of the day, you just have to do the actual work already at this point which you were going to do with the analysis results later on. That's possible in my case (although it means I have to restructure my module pass quite a bit), but it might not always be?</div>
<div><br></div><div>-- Tobias</div></div></div></div>