retdec
Classes | Namespaces
var_uses_visitor.h File Reference

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
 

Detailed Description

A visitor for obtaining the uses of variables in a function.