[LLVMdev] How can I know which functions aren't used within one module?

Yuri yuri at rawbw.com
Sun Aug 29 11:35:48 PDT 2010


Every value used in .ll file normally has '#uses='  printed next to it.
But functions don't have this.

Is there a way to make llvm to print uses of functions within the 
current module?

Thank you,
Yuri



More information about the llvm-dev mailing list