ConstrGraph::ConstrGraph
/ which are assumed to correspond to just scalars
Synopsis
Declared in <src/midend/programAnalysis/genericDataflow/lattice/ConstrGraph.h>
ConstrGraph(
std::set<varAffineInequality> const& ineqs,
Function const& func,
DataflowNode const& n,
NodeState const& state,
LiveDeadVarsAnalysis* ldva,
FiniteVarsExprsProductLattice* divL,
std::string indent = "");
Parameters
Name |
Description |
ineqs |
The object to copy construct from |
Created with MrDocs