Commits

Michael Gottesman committed 472efd46c6b
[loop-region-analysis] Store the exiting regions from loops that we compute and used to just throw away. I need this for loop-arc since I need to be able to analyze all "loop-exits" when I just have the parent loop region. We are already computing this information and throwing it away, so there should be no compile time impact.