retdec
|
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 | |
A CFG traversal that checks whether a variable is defined/modified prior to every read access to it in a function.