ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
util.h
Go to the documentation of this file.
1
/*
2
* File: util.h
3
* Author: Cong Hou [hou_cong@gatech.edu]
4
*/
5
6
#ifndef SYSTEM_DEPENDENCE_GRAPH_UTIL_H
7
#define SYSTEM_DEPENDENCE_GRAPH_UTIL_H
8
9
#include "
cong_staticCFG.h
"
10
11
namespace
SDG
12
{
13
14
typedef
std::map<
15
StaticCFG::ControlFlowGraph::Vertex
,
16
std::map<
StaticCFG::ControlFlowGraph::Vertex
,
17
std::vector<StaticCFG::ControlFlowGraph::Edge> > >
18
DominanceFrontiersT
;
19
21
DominanceFrontiersT
buildDominanceFrontiers
(
const
StaticCFG::ControlFlowGraph
&
cfg
);
22
24
bool
isParaPassedByRef
(
SgType
* type);
25
26
}
// end of namespace SystemDependenceGraph
27
28
29
30
#endif
/* SYSTEM_DEPENDENCE_GRAPH_UTIL_H */
31
rose-edg4x
src
midend
programAnalysis
systemDependenceGraph
util.h
Generated on Mon May 5 2014 17:29:29 for ROSE by
1.8.4