PandA-2024.02
|
#include <basic_block.hpp>
Public Member Functions | |
BBVertexSorter (const BBGraphConstRef bb_graph) | |
Constructor. More... | |
bool | operator() (const vertex x, const vertex y) const |
Compare position of two vertices. More... | |
Private Attributes | |
BBGraphConstRef | bb_graph |
The basic block graph to which vertices belong Note: this should be const, but can not because of assignment operator. More... | |
Definition at line 427 of file basic_block.hpp.
|
explicit |
Constructor.
bb_graph | is the basic block graph to which vertices belong |
Definition at line 225 of file basic_block.cpp.
Compare position of two vertices.
x | is the first step |
y | is the second step |
Definition at line 229 of file basic_block.cpp.
References bb_graph, and BBGraph::CGetBBNodeInfo().
|
private |
The basic block graph to which vertices belong Note: this should be const, but can not because of assignment operator.
Definition at line 432 of file basic_block.hpp.
Referenced by operator()().