PandA-2024.02
|
The key comparison function for vertices set based on levels. More...
#include <basic_block.hpp>
Public Member Functions | |
bb_vertex_order_by_map (const std::map< vertex, unsigned int > &_ref) | |
Constructor. More... | |
bool | operator() (const vertex x, const vertex y) const |
Compares position of two vertices sorted in topological order. More... | |
Private Attributes | |
const std::map< vertex, unsigned int > & | ref |
Topological sorted vertices. More... | |
The key comparison function for vertices set based on levels.
Definition at line 480 of file basic_block.hpp.
|
inlineexplicit |
Constructor.
ref_ | is the map with the topological sort of vertices |
Definition at line 491 of file basic_block.hpp.
Compares position of two vertices sorted in topological order.
x | is the first vertex |
y | is the second vertex |
Definition at line 501 of file basic_block.hpp.
Topological sorted vertices.
Definition at line 484 of file basic_block.hpp.