AliasCfgFilter::operator()
Determines if the provided CFG node should be traversed during Alias Analysis
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.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