ROSE
0.9.6a
|
#include "cong_staticCFG.h"
Go to the source code of this file.
Namespaces | |
SDG | |
Constant Groups | |
SDG | |
Typedefs | |
typedef std::map < StaticCFG::ControlFlowGraph::Vertex, std::map < StaticCFG::ControlFlowGraph::Vertex, std::vector < StaticCFG::ControlFlowGraph::Edge > > > | SDG::DominanceFrontiersT |
Functions | |
DominanceFrontiersT | SDG::buildDominanceFrontiers (const StaticCFG::ControlFlowGraph &cfg) |
Build dominance frontiers for all nodes in the given CFG. More... | |
bool | SDG::isParaPassedByRef (SgType *type) |
Check if a parameter of the given type in a function call is passed by reference or not. More... | |