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

Nick Johnson nicholas.paul.johnson at gmail.com
Sun May 10 11:52:13 PDT 2009


>>> Does getAnalysis<CallGraph>() work?

Thanks Edwin, that works!

What about the CallGraphSCC ?  It looks like one can declare a
CallGraphSCCPass, but I don't see any other way to get the SCCs of the
call graph.


-- 
Nick Johnson



More information about the llvm-dev mailing list