PandA-2024.02
|
Public Member Functions | |
OpVertexSchedSorter (const ScheduleConstRef _sch) | |
Constructor. More... | |
bool | operator() (const vertex x, const vertex y) const |
Compare scheduling of two vertices. More... | |
Private Attributes | |
const ScheduleConstRef | sch |
reference to the scheduling More... | |
Definition at line 86 of file BB_based_stg.cpp.
|
inlineexplicit |
Constructor.
op_graph | is the operation graph to which vertices belong |
Definition at line 97 of file BB_based_stg.cpp.
Compare scheduling of two vertices.
x | is the first vertex |
y | is the second vertex |
Definition at line 107 of file BB_based_stg.cpp.
|
private |
reference to the scheduling
Definition at line 90 of file BB_based_stg.cpp.