retdec
Classes | Namespaces
lhs_rhs_uses_cfg_traversal.h File Reference

A CFG traversal that for an assign statement S returns the uses of its left-hand side such that there are no uses of its right-hand side before them. More...

#include "retdec/llvmir2hll/graphs/cfg/cfg_traversal.h"
#include "retdec/llvmir2hll/support/types.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::LhsRhsUsesCFGTraversal
 A CFG traversal that for an assign statement S returns the uses of its left-hand side such that there are no modifications of variables used in S before them. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A CFG traversal that for an assign statement S returns the uses of its left-hand side such that there are no uses of its right-hand side before them.