[LLVMdev] Get the call graph SCCs from a function pass

Nick Johnson npjohnso at cs.princeton.edu
Sun May 10 10:11:49 PDT 2009


Hello,

I'm writing a Function Pass.  This function pass needs access to the
CallGraph and CallGraph SCCs.  Is there any way I can get CallGraph
information without changing my pass to a CallGraphSCCPass ?

Thanks,
-- 
Nick Johnson



More information about the llvm-dev mailing list