ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
util.h File Reference
#include "cong_staticCFG.h"
Include dependency graph for util.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...