Predicate localFlowStep
Holds if there is a local flow step from nodeFrom to nodeTo.
For Actions, we dont need SSA nodes since it should be already in SSA form
Local flow steps are always between two nodes in the same Cfg scope.
Import path
import codeql.actions.dataflow.internal.DataFlowPrivatepredicate localFlowStep(Node nodeFrom, Node nodeTo)