Predator  [unstable] git snapshot
Data Structures | Typedefs | Functions
CodeStorage::VarKiller Namespace Reference

Data Structures

struct  BlockData
 per-block data More...

Typedefs

typedef int TVar
typedef std::set< TVarTSet
typedef std::map< TVar, TVarTAliasMap

Functions

void scanInsn (BlockData *pDst, const Insn *insn, TAliasMap *pAliasMap=0)

Typedef Documentation

typedef std::map<TVar, TVar> TAliasMap

Definition at line 40 of file killer.hh.

typedef std::set<TVar> TSet

Definition at line 39 of file killer.hh.

typedef int TVar

Definition at line 38 of file killer.hh.

Function Documentation

void CodeStorage::VarKiller::scanInsn ( BlockData *  pDst,
const Insn *  insn,
TAliasMap *  pAliasMap = 0 
)