retdec
|
Structure for jobs that have to be performed. More...
Public Member Functions | |
Job (ShPtr< CFG::Node > pred, ShPtr< Expression > cond, ShPtr< Statement > stmt) | |
Constructs a new job. More... | |
Public Attributes | |
ShPtr< CFG::Node > | pred |
Predecessor node of this job. More... | |
ShPtr< Expression > | cond |
Condition for edge. More... | |
ShPtr< Statement > | stmt |
First statement from which job starts. More... | |
Structure for jobs that have to be performed.
|
inline |
Constructs a new job.
[in] | pred | Predecessor node. |
[in] | cond | Condition. |
[in] | stmt | First statement of job. |
ShPtr<Expression> retdec::llvmir2hll::NonRecursiveCFGBuilder::Job::cond |
Condition for edge.
Predecessor node of this job.
First statement from which job starts.