<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi<div><br></div><div>I am working on find the target of indirect call.</div><div><br></div><div>I know there are two classic pointer analysis algorithm : Andersen and Steensgaard</div><div><br></div><div>And also these two algorithm are implemented in LLVM 6.0.</div><div><br></div><div>But, I only found that LLVM just use alias analysis to check two memory location are alias or not.</div><div><br></div><div>For example : AAResults::isNoAlias , AAResults::isMustAlias</div><div><br></div><div>My question is </div><div><br></div><div>Can I use the alias analysis in LLVM to find the point-to set of a pointer?</div><div><br></div><div>Or I should implement a new pass to do my pointer analysis?</div><div><br></div><div>Thanks</div></div></div></div></div></div>