Otawa  0.10
cfg_PSTBuilder.cpp File Reference
#include <elm/genstruct/Vector.h>
#include <elm/genstruct/HashTable.h>
#include <otawa/cfg.h>
#include <otawa/cfg/CFGCollector.h>
#include <otawa/cfg/BasicBlock.h>
#include <otawa/cfg/Edge.h>
#include <otawa/dfa/BitSet.h>
#include <otawa/cfg/PSTBuilder.h>

Namespaces

 otawa
 $Id$ Copyright (c) 2007, IRIT - UPS casse.nosp@m.@iri.nosp@m.t.fr
 

Functions

SilentFeature otawa::PST_FEATURE ("otawa::PST_FEATURE", PST_MAKER)
 This feature represents the availability of the Program Structure Tree. More...
 
Identifier< BasicBlock * > otawa::FROM_BB ("otawa::FROM_BB", 0)
 When we get the VirtualCFG associated with a SESE region, this property, hooked on a BB from the Virtual CFG, gives the corresponding BB on the original (physical) CFG. More...
 
Identifier< Edge * > otawa::FROM_EDGE ("otawa::FROM_EDGE", 0)
 This property is like. More...
 
Identifier< PSTree * > otawa::PROGRAM_STRUCTURE_TREE ("otawa::PROGRAM_STRUCTURE_TREE", 0)
 This property points to the Program Structure Tree of the CFG. More...