search for: livevaluse

Displaying 3 results from an estimated 3 matches for "livevaluse".

Did you mean: livevalues
2009 Jun 02
2
[LLVMdev] LiveValues Pass
...ussed is to compute it myself. Second option, use the LiveValues Pass(include/llvm/Analysis/LiveValues). This questions are on the LiveValues pass: Do i need to set the "LiveValues" pass in the PassManager as a prerequisite? if so how do i get the results ?How do i get/use the results of LiveValuse pass in my pass? Is there documentation in the LLVM site (beside of the comments on the file)? Can i simply use its public function ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090602/66939447/a...
2009 Jun 02
0
[LLVMdev] LiveValues Pass
...need to set the "LiveValues" pass in the PassManager as a > prerequisite? if so how do i get the results ? Yes; it's a standard analysis pass. See http://llvm.org/docs/WritingAnLLVMPass.html for information about interactions between passes. > How do i get/use the results of LiveValuse pass in my pass? > Is there documentation in the LLVM site (beside of the comments on > the file)? > Can i simply use its public function ? There are Doxygen comments which can be read either in the file itself or via http://llvm.org/doxygen/ Dan
2009 Jun 06
1
[LLVMdev] LiveValues Pass
...s" pass in the PassManager as a > > prerequisite? if so how do i get the results ? > > Yes; it's a standard analysis pass. See > http://llvm.org/docs/WritingAnLLVMPass.html > for information about interactions between passes. > > > How do i get/use the results of LiveValuse pass in my pass? > > Is there documentation in the LLVM site (beside of the comments on > > the file)? > > Can i simply use its public function ? > > There are Doxygen comments which can be read either in the file itself > or via http://llvm.org/doxygen/ > > Dan &gt...