<div dir="ltr"><div><div>There is a liveness analysis inside Utils/PromoteMemoryToRegister.cpp. Take a look into the ComputeLiveInBlocks function.<br><br></div><div>I just used the same algorithm in my project as well.<br></div><div><br></div>Regards,<br></div>Victor.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-25 9:25 GMT-03:00 kharchenko <span dir="ltr"><<a href="mailto:kharchenko@ispras.ru" target="_blank">kharchenko@ispras.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I'm writing an LLVM pass for my research. As the part of that pass I need to find all live variables at the entry point of basic block and replace all usages of that variables, which are "lower" than that block (usages in successors of the block, in successors of successors and so on). Is there any suitable analysis for finding live variables at the entry point of the block and for determining if basic block is situated "lower" than some other block?<br>
<br>
Thanks,<br>
Natasha Kharchenko<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>