[LLVMdev] Iterating thru CF edges in a CFG

Sriraman Tallam tmsriram at CS.Arizona.EDU
Wed Dec 22 09:16:39 PST 2004


Hi,

	I want to instrument every control-flow edge in a CFG. What is the
best way to do this ? I was thinking of getting a reference to the CFG
using GraphTraits<Function *>. Is there a simple way to get the CFG
handle?

Thanks.




More information about the llvm-dev mailing list