Inferno  0.2
Steps::DetectSuperLoop Class Reference

#include <fall_out.hpp>

Inheritance diagram for Steps::DetectSuperLoop:
[legend]
Collaboration diagram for Steps::DetectSuperLoop:
[legend]

List of all members.

Public Member Functions

 DetectSuperLoop (bool is_conditional_goto)

Detailed Description

Detect a superloop formed from the remaingin gotos. There must be only one label, and there must be nothing above or below the superloop. Intermediate gotos become continues. Parameter chooses whether to handle conditional goto at the bottom. You always want to run this with false, and again with true if you want to support exiting the loop.

Definition at line 95 of file fall_out.hpp.


Constructor & Destructor Documentation

DetectSuperLoop::DetectSuperLoop ( bool  is_conditional_goto)

Definition at line 634 of file fall_out.cpp.


The documentation for this class was generated from the following files: