Hi all, I was wondering whether there's any existing code to find all possible targets of a function pointer in LLVM, and, if not, if there were a smarter way to go about writing something to accomplish this than the obvious way of recursively following the def-use chains and creating an aggregate set. --Patrick