Skip to content

NodeState::getLatticeAbove

returns all the lattices from above the CFG node (corresponding to SgNode and an CFG index) that are owned by the given analysis

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/state/nodeState.h>

static
std::vector<Lattice*> const&
getLatticeAbove(
    Analysis const* analysis,
    SgNode* n,
    unsigned int index);

Return Value

A standard container which offers fixed time access to individual elements in any order.

Parameters

Name

Description

n

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs