#include <stdio.h>
#include <list>
#include <vector>
#include <set>
#include <map>
#include <iostream>
#include <string>
#include "types.h"
#include "exphelp.h"
#include "basicblock.h"
#include "dataflow.h"
Go to the source code of this file.
Classes | |
class | Cfg |
class | Cfg::BBAlreadyExistsError |
Defines | |
#define | BELSE 1 |
#define | BTHEN 0 |
#define | DEBUG_LIVENESS (Boomerang::get()->debugLiveness) |
Typedefs | |
typedef std::map< ADDRESS, PBB, std::less< ADDRESS > > | MAPBB |
|
Definition at line 63 of file cfg.h. Referenced by Cfg::checkConds(), BasicBlock::generateCode(), and BasicBlock::setStructType(). |
|
Definition at line 62 of file cfg.h. Referenced by Cfg::checkConds(), BasicBlock::generateCode(), and BasicBlock::setStructType(). |
|
|
|
|