retdec
|
Structure for edges that will be added to CFG. More...
Public Member Functions | |
EdgeToAdd (ShPtr< CFG::Node > node, ShPtr< Statement > succStmt, ShPtr< Expression > cond=nullptr) | |
Constructs a new edge to add. More... | |
Public Attributes | |
ShPtr< CFG::Node > | node |
Predecessor node. More... | |
ShPtr< Statement > | succStmt |
Statement of second one node. More... | |
ShPtr< Expression > | cond |
Condition for edge. More... | |
Structure for edges that will be added to CFG.
|
inline |
Constructs a new edge to add.
[in] | node | First node of connection. |
[in] | succStmt | Statement of second one node. |
[in] | cond | Condition for edge. |
ShPtr<Expression> retdec::llvmir2hll::NonRecursiveCFGBuilder::EdgeToAdd::cond |
Condition for edge.
Statement of second one node.