This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using Alias analysis


Hi .
       I want to use gcc's alias analysis in a standalone way. What I
observe is that a lot of the information is hidden because of
additional temporaries that have been generated. Can any one suggest
as to if there is a simple workaround to this ?

 To illustrate what I am saying

 for a stmt
 heap_ptr= (int**) malloc the alias analysis tells me D.1072 points to
malloc and heap_ptr points to anything.  I would have liked to see
heap_ptr points to malloc.


 Any way I can get that information.....
 I would appreciate any idea/suggestions ...
 dz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]