Hi all,<br><br>I try to print the live-in and live-out registers for each basic block in a backend for my own target.<br>And I can get a list of live-in registers directly in MachineBasicBlock.<br><br>Is there a quick way to also get the list of live-out registers without redoing the analysis. I think <br>
this information is computed and stored somewhere.<br clear="all"><br>-- <br><br>Regards,<br><br>Dongrui<br>