retdec
Classes | Namespaces
nodes_of_var_use_cfg_traversal.h File Reference

A CFG traversal that returns a map where key is a VarDefStmt statement and item is the set of nodes where a variable from the VarDefStmt statement is used. More...

#include <map>
#include <set>
#include "retdec/llvmir2hll/graphs/cfg/cfg_traversal.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::NodesOfVarUseCFGTraversal
 A CFG traversal that returns all nodes where the variables from VarDefStms are used. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A CFG traversal that returns a map where key is a VarDefStmt statement and item is the set of nodes where a variable from the VarDefStmt statement is used.