aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IPModRef.h
AgeCommit message (Expand)Author
2002-11-27No longer need local graph to find call sites.Vikram S. Adve
2002-11-07Add interfaces for ResolveCallSiteModRefInfoChris Lattner
2002-11-06Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes,Chris Lattner
2002-11-06Add a stub to implement the context sensitive mod/ref info for call sitesChris Lattner
2002-11-06Give a back pointer to the IPModRef object to the FunctionModRefInfo objectChris Lattner
2002-11-06Remove a couple of #includes, move some code to .cpp fileChris Lattner
2002-11-06An interprocedural analysis pass that computes flow-insensitiveVikram S. Adve