Argument.backward_df()
Returns a list of all previous instructions/arguments of the current point in the data flow graph. Intraprocedural
backward_df() β List[Point]
As Argument has no intraprocedural backward dataflow, this function solely exists to comply with the glider architecture, but if used will return an empty list
Last updated