Skip to content

IsDefUseFilter

Struct containing a filtering function to determine what CFG nodes are interesting during the DefUse traversal. This is a functor.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

struct IsDefUseFilter;

Member Functions

Name

Description

operator()

Determines if the provided CFG node should be traversed during DefUse.

Created with MrDocs