PandA-2024.02
|
information associated with the whole graph More...
#include <op_graph.hpp>
Public Member Functions | |
OpGraphInfo () | |
Constructor. More... | |
~OpGraphInfo () override | |
Destructor();. More... | |
OpGraphInfo (const BehavioralHelperConstRef BH) | |
Constructor. More... | |
Public Member Functions inherited from GraphInfo | |
GraphInfo ()=default | |
Constructor. More... | |
virtual | ~GraphInfo ()=default |
Destructor. More... | |
Data Fields | |
vertex | entry_vertex |
Index identifying the entry vertex. More... | |
vertex | exit_vertex |
Index identifying the exit vertex. More... | |
const BehavioralHelperConstRef | BH |
The behavioral helper. More... | |
CustomMap< unsigned int, vertex > | tree_node_to_operation |
For each statement, the vertex in which it is contained. More... | |
information associated with the whole graph
Definition at line 556 of file op_graph.hpp.
OpGraphInfo::OpGraphInfo | ( | ) |
Constructor.
|
overridedefault |
|
explicit |
Constructor.
BH | is the helper of the function associated with this graph |
Definition at line 242 of file op_graph.cpp.
References ~OpGraphInfo().
const BehavioralHelperConstRef OpGraphInfo::BH |
The behavioral helper.
Definition at line 575 of file op_graph.hpp.
vertex OpGraphInfo::entry_vertex |
Index identifying the entry vertex.
Definition at line 569 of file op_graph.hpp.
vertex OpGraphInfo::exit_vertex |
Index identifying the exit vertex.
Definition at line 572 of file op_graph.hpp.
For each statement, the vertex in which it is contained.
Definition at line 578 of file op_graph.hpp.