LoopStructureGraph Maintain loop structure for a given CFG. Two values are maintained for this loop graph, depth, and nesting level. For example: loop nesting level depth ---------------------------------------- loop-0 2 0 loop-1 1 1 loop-3 1 1 loop-2 0 2
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.