Struct AliasCfgFilter#

Struct Documentation#

struct AliasCfgFilter#

Public Functions

inline bool operator()(CFGNode cfgn) const#

Determines if the provided CFG node should be traversed during Alias Analysis.

Parameters:

cfgn – The node in question.

Returns:

Whether it should be traversed.