Commits

Xin Tong committed fd353df19ee
Remove some of unneeded functionality in CallerAnalysis We really only need the analysis to tell whether a function has caller inside the module or not. We do not need to know the callsites. Remove them for now to make the analysis more memory efficient. Add a note to indicate it can be extended.