dfa_standard_update: Standard Update for Data Flow Analyses

Description Usage Arguments Value

View source: R/flow_analysis.R

Description

This function computes the standard update set for data flow analyses. The standard update set is the result set less the kill set, all unioned with the gen set.

Usage

1
dfa_standard_update(result, gen, kill, ...)

Arguments

result

The result set for the current block.

gen

The gen set for the current block.

kill

The kill set for the current block.

...

Additional optional arguments to the update function.

Value

The update set for the next block.


nick-ulle/rstatic documentation built on Oct. 18, 2019, 4:38 a.m.