retdec
|
A visitor for obtaining the uses of variables in a function. More...
#include <map>
#include "retdec/llvmir2hll/analysis/value_analysis.h"
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/support/types.h"
#include "retdec/llvmir2hll/support/visitors/ordered_all_visitor.h"
#include "retdec/utils/non_copyable.h"
Go to the source code of this file.
Classes | |
class | retdec::llvmir2hll::VarUses |
Representation of uses of a variable. More... | |
class | retdec::llvmir2hll::VarUsesVisitor |
A visitor for obtaining the uses of variables in a function. More... | |
Namespaces | |
retdec | |
retdec::llvmir2hll | |
A visitor for obtaining the uses of variables in a function.