Skip to content

IntraPartitionFWDataflow::propagateFWStateToNextNode

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/analysis/partitionedAnalysis.h>

bool
propagateFWStateToNextNode(
    std::vector<Lattice*> const& curNodeState,
    DataflowNode curDFNode,
    int nodeIndex,
    std::vector<Lattice*> const& nextNodeState,
    DataflowNode nextDFNode);

Created with MrDocs