retdec
Classes | Namespaces
var_use_cfg_traversal.h File Reference

A CFG traversal that checks whether a variable is defined/modified prior to every read access to it in a function. More...

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

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::VarUseCFGTraversal
 A CFG traversal that checks whether a variable is defined/modified prior to every read access to it in a function. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A CFG traversal that checks whether a variable is defined/modified prior to every read access to it in a function.