search for: 0ae06f5c

Displaying 1 result from an estimated 1 matches for "0ae06f5c".

2004 Nov 10
1
[LLVMdev] Help : CFG in LLVM ( Implementation)
On Wed, Nov 10, 2004 at 06:39:12AM -0800, Tanu Sharma wrote: > I am a new user of LLVM and have been trying to find how Control Flow > Graphs are implemented in it.I wish to get access to the internal > structures of CFG and learn how LLVM makes them. LLVM does not need to construct a CFG, because the CFG is an explicit integral part of the program representation. Every BasicBlock ends