search for: myaa

Displaying 4 results from an estimated 4 matches for "myaa".

Did you mean: maya
2012 Sep 10
2
[LLVMdev] About writing an alias analysis pass for LLVM 3.1
...ufCur > OutBufStart && "Invalid call to flush_nonempty."' failed. As stated in the documentation I found on LLVM official website, an alias analysis pass should subclass both Passand AliasAnalysisclass. I used GDB for some debugging, and found why the error emerged. By MyAAnote the pass class written by me, and by objnote the instance of MyAA. In the crash scene, When LLVM was trying to call obj.alias, a virtual function of class llvm::AliasAnalysis, it actually called obj.print, a virtual function of llvm::Pass, because of the confusion of two virtual function ta...
2012 Sep 10
0
[LLVMdev] About writing an alias analysis pass for LLVM 3.1
...Start && "Invalid call to flush_nonempty."' failed. > > As stated in the documentation I found on LLVM official website, an alias analysis pass should subclass both Pass and AliasAnalysis class. I used GDB for some debugging, and found why the error emerged. > > By MyAA note the pass class written by me, and by obj note the instance of MyAA. In the crash scene, When LLVM was trying to call obj.alias, a virtual function of class llvm::AliasAnalysis, it actually called obj.print, a virtual function of llvm::Pass, because of the confusion of two virtual function tabl...
2013 Apr 16
2
[LLVMdev] Custom AA implementation is not used
...ver, even though my pass is run (and executed immediately before the client pass that is calling AA.doesNotAccessMemory(F)), the queries never reach my implementation. What am I missing? Thanks in advance, Julian -------------- next part -------------- A non-text attachment was scrubbed... Name: MyAA.cpp Type: text/x-c++src Size: 1544 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130416/37e51cc7/attachment.cpp>
2005 Jan 26
2
postscript() and levelplot() in a for loop
Hi, I like to produce a series of levelplot graphs in postscript file, so I put the trunk of codes including postscript() and levelplot() in a for loop. The codes work fine outside the loop, but only produce empty .ps file when being put within the loop. Is it a problem associated with postscript() or levelplot()? How to get around the problem? Many thanks! Yan [[alternative HTML