PandA-2024.02
Public Member Functions | Private Attributes
p_update_check Struct Reference

Terminate function used during improve_ASAP_with_constraints visiting and updating of ASAP_p vector. More...

Inheritance diagram for p_update_check:
Inheritance graph
[legend]
Collaboration diagram for p_update_check:
Collaboration graph
[legend]

Public Member Functions

 p_update_check (vertex v, const std::string &name, vertex2int &A_p, const OpGraphConstRef g)
 Constructor. More...
 
template<class Vertex , class Graph >
void discover_vertex (Vertex v, const Graph &) const
 Template function used to discover vertex. More...
 

Private Attributes

vertex s
 vertex More...
 
const std::string & op_name
 string that identifies operation name More...
 
vertex2intASAP_p
 asap values More...
 
const OpGraphConstRef beh_graph
 behavioral specification in terms of graph More...
 

Detailed Description

Terminate function used during improve_ASAP_with_constraints visiting and updating of ASAP_p vector.

Definition at line 156 of file ASLAP.cpp.

Constructor & Destructor Documentation

◆ p_update_check()

p_update_check::p_update_check ( vertex  v,
const std::string &  name,
vertex2int A_p,
const OpGraphConstRef  g 
)
inline

Constructor.

Definition at line 172 of file ASLAP.cpp.

Member Function Documentation

◆ discover_vertex()

template<class Vertex , class Graph >
void p_update_check::discover_vertex ( Vertex  v,
const Graph  
) const
inline

Template function used to discover vertex.

Definition at line 181 of file ASLAP.cpp.

References OpGraph::CGetOpNodeInfo().

Here is the call graph for this function:

Field Documentation

◆ ASAP_p

vertex2int& p_update_check::ASAP_p
private

asap values

Definition at line 164 of file ASLAP.cpp.

◆ beh_graph

const OpGraphConstRef p_update_check::beh_graph
private

behavioral specification in terms of graph

Definition at line 166 of file ASLAP.cpp.

◆ op_name

const std::string& p_update_check::op_name
private

string that identifies operation name

Definition at line 162 of file ASLAP.cpp.

◆ s

vertex p_update_check::s
private

vertex

Definition at line 160 of file ASLAP.cpp.


The documentation for this struct was generated from the following file:

Generated on Mon Feb 12 2024 13:04:00 for PandA-2024.02 by doxygen 1.8.13