retdec
|
Structure that saves basic information about next nesting level block. More...
Public Attributes | |
ShPtr< Statement > | stmt |
parent statement of block More... | |
std::size_t | order |
order of parent statement in it's block More... | |
VarSet | vars |
variables that are visible from this block More... | |
Structure that saves basic information about next nesting level block.
std::size_t retdec::llvmir2hll::VarDefStmtOptimizer::NextLvlStmts::order |
order of parent statement in it's block
parent statement of block
VarSet retdec::llvmir2hll::VarDefStmtOptimizer::NextLvlStmts::vars |
variables that are visible from this block