[LLVMdev] CallGraph in immutable pass

Robert Baručák xbaruc00 at stud.fit.vutbr.cz
Wed Jul 3 06:20:28 PDT 2013


Hello,
is there any way I can access CallGraph from immutable pass via 
getAnalysis?
As I understand it, this may not be possible, because immutable pass 
don't have runOn method and is never actually planned. But I'm not 100% 
sure how this works, so I don't know if there is some other way.
Thanks,
Robert Barucak



More information about the llvm-dev mailing list