Skip to content

IsDefUseFilter::operator()

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

Synopsis

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

bool
operator()(VirtualCFG::CFGNode cfgn) const;

Return Value

Whether it should be traversed.

Parameters

Name

Description

cfgn

The node in question.

Created with MrDocs