Def-use pairs

R Venugopal <venug@sasi.com>
4 May 1998 23:00:12 -0400

          From comp.compilers

Related articles
Def-use pairs venug@sasi.com (R Venugopal) (1998-05-04)
| List of all articles for this month |

From: R Venugopal <venug@sasi.com>
Newsgroups: comp.compilers
Date: 4 May 1998 23:00:12 -0400
Organization: Compilers Central
Keywords: analysis, question

Hello,
I was wondering if there is an interprocedural data flow
analyzer for C programs available in the public domain which I can
download and use. Specifically, I am looking for a program which
takes as input a general C program containing many procedures and outputs
a list of all interprocedural definition-use pairs of statements
for that program. I intend to use these pairs as input to a dataflow
testing algorithm. Thanks.


--Venu.




--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.