ROSE
0.11.145.237
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
c
d
g
h
i
l
m
n
s
t
u
v
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
i
k
l
m
o
p
s
t
v
w
x
Enumerator
a
b
c
d
e
f
h
i
l
m
n
o
p
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Symbols
b
i
o
Files
File List
Examples
src
midend
programAnalysis
genericDataflow
simpleAnalyses
printAnalysisStates.h
1
#include <featureTests.h>
2
#ifdef ROSE_ENABLE_SOURCE_ANALYSIS
3
4
#ifndef PRINT_ANALYSIS_STATES_H
5
#define PRINT_ANALYSIS_STATES_H
6
7
#include "genericDataflowCommon.h"
8
#include "VirtualCFGIterator.h"
9
#include "cfgUtils.h"
10
#include "CallGraphTraverse.h"
11
#include "analysisCommon.h"
12
#include "analysis.h"
13
#include "dataflow.h"
14
#include "latticeFull.h"
15
#include "lattice.h"
16
17
#include <vector>
18
#include <string>
19
20
class
printAnalysisStates
:
public
UnstructuredPassIntraAnalysis
21
{
22
public
:
23
Analysis
* creator;
24
std::vector<int> latticeNames;
25
std::vector<int> factNames;
26
std::string indent;
27
typedef
enum
{above=0, below=1} ab;
28
ab latSide;
// Records whether we should print lattices above or below each node.
29
30
printAnalysisStates
(
Analysis
* creator, std::vector<int>& factNames, std::vector<int>& latticeNames, ab latSide, std::string indent);
31
32
void
visit(
const
Function
& func,
const
DataflowNode
& n,
NodeState
& state);
33
};
20
class
printAnalysisStates
:
public
UnstructuredPassIntraAnalysis
{
…
};
34
35
#endif
36
#endif
Analysis
Definition
analysis.h:25
Function
Definition
CallGraphTraverse.h:18
NodeState
Definition
nodeState.h:93
UnstructuredPassIntraAnalysis
Definition
analysis.h:77
VirtualCFG::DataflowNode
Definition
DataflowCFG.h:19
printAnalysisStates
Definition
printAnalysisStates.h:21
Generated on Mon Mar 10 2025 00:08:55 for ROSE by
1.9.8