<div dir="ltr">I intend to write a simple module pass which should print callees of each function in it. Basically I want a call graph in CSV format. How do I do this? Do I HAVE to iterate over all instructions in all functions to itsĀ  callees? Can I use CallGraph class here? If I use SCC pass then would it be simpler?<br></div>