Control Flow Sensitive DFGPass
This pass determines the data flows of DeclaredReferenceExpressions which refer to a VariableDeclaration (not a field) while considering the control flow of a function. After this path, only such data flows are left which can occur when following the control flow (in terms of the EOG) of the program.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Check if the pass requires a specific language frontend and if that frontend has been executed.
Link copied to clipboard
Specifies, whether this pass supports this particular language. This defaults to true * and needs to be overridden if a different behaviour is wanted.