Static Value-Flow Analysis
Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
SVF::StoreVFGNode Class Reference

#include <VFGNode.h>

Inheritance diagram for SVF::StoreVFGNode:
SVF::StmtVFGNode SVF::VFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFBaseNode

Public Member Functions

 StoreVFGNode (NodeID id, const StoreStmt *edge)
 Constructor. More...
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars. More...
 
const std::string toString () const override
 
- Public Member Functions inherited from SVF::StmtVFGNode
 StmtVFGNode (NodeID id, const PAGEdge *e, VFGNodeK k)
 Constructor. More...
 
bool isPTANode () const
 Whether this node is used for pointer analysis. Both src and dst PAGNodes are of ptr type. More...
 
const PAGEdgegetPAGEdge () const
 
NodeID getPAGSrcNodeID () const
 
NodeID getPAGDstNodeID () const
 
PAGNodegetPAGSrcNode () const
 
PAGNodegetPAGDstNode () const
 
const SVFValuegetValue () const override
 Return the corresponding LLVM value, if possible, nullptr otherwise. More...
 
- Public Member Functions inherited from SVF::VFGNode
 VFGNode (NodeID i, VFGNodeK k)
 Constructor. More...
 
virtual const ICFGNodegetICFGNode () const
 Return corresponding ICFG node. More...
 
virtual void setICFGNode (const ICFGNode *node)
 Set corresponding ICFG node. More...
 
virtual const SVFFunctiongetFun () const
 Get the function of this SVFGNode. More...
 
- Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
 GenericNode (NodeID i, GNodeK k)
 Constructor. More...
 
virtual ~GenericNode ()
 Destructor. More...
 
bool hasIncomingEdge () const
 Has incoming/outgoing edge set. More...
 
bool hasOutgoingEdge () const
 
iterator OutEdgeBegin ()
 iterators More...
 
iterator OutEdgeEnd ()
 
iterator InEdgeBegin ()
 
iterator InEdgeEnd ()
 
const_iterator OutEdgeBegin () const
 
const_iterator OutEdgeEnd () const
 
const_iterator InEdgeBegin () const
 
const_iterator InEdgeEnd () const
 
virtual iterator directOutEdgeBegin ()
 Iterators used for SCC detection, overwrite it in child class if necessary. More...
 
virtual iterator directOutEdgeEnd ()
 
virtual iterator directInEdgeBegin ()
 
virtual iterator directInEdgeEnd ()
 
virtual const_iterator directOutEdgeBegin () const
 
virtual const_iterator directOutEdgeEnd () const
 
virtual const_iterator directInEdgeBegin () const
 
virtual const_iterator directInEdgeEnd () const
 
bool addIncomingEdge (EdgeType *inEdge)
 Add incoming and outgoing edges. More...
 
bool addOutgoingEdge (EdgeType *outEdge)
 
EdgeTypehasIncomingEdge (EdgeType *edge) const
 Find incoming and outgoing edges. More...
 
EdgeTypehasOutgoingEdge (EdgeType *edge) const
 
const GEdgeSetTygetOutEdges () const
 
const GEdgeSetTygetInEdges () const
 
u32_t removeIncomingEdge (EdgeType *edge)
 
u32_t removeOutgoingEdge (EdgeType *edge)
 
- Public Member Functions inherited from SVF::SVFBaseNode
 SVFBaseNode (NodeID i, GNodeK k, SVFType *ty=nullptr)
 
NodeID getId () const
 Get ID. More...
 
GNodeK getNodeKind () const
 Get node kind. More...
 
virtual const SVFTypegetType () const
 
virtual void setSourceLoc (const std::string &sourceCodeInfo)
 
virtual const std::string getSourceLoc () const
 
const std::string valueOnlyToString () const
 

Static Public Member Functions

static bool classof (const StoreVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const StmtVFGNode *node)
 
static bool classof (const VFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::StmtVFGNode
static bool classof (const StmtVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const VFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::VFGNode
static bool classof (const VFGNode *)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
static bool classof (const GenericNode< NodeTy, EdgeTy > *)
 
static bool classof (const SVFBaseNode *)
 

Private Member Functions

 StoreVFGNode ()
 place holder More...
 
 StoreVFGNode (const StoreVFGNode &)
 place holder More...
 
void operator= (const StoreVFGNode &)
 place holder More...
 

Additional Inherited Members

- Public Types inherited from SVF::VFGNode
typedef GNodeK VFGNodeK
 
typedef VFGEdge::VFGEdgeSetTy::iterator iterator
 
typedef VFGEdge::VFGEdgeSetTy::const_iterator const_iterator
 
typedef Set< const CallPE * > CallPESet
 
typedef Set< const RetPE * > RetPESet
 
- Public Types inherited from SVF::GenericNode< NodeTy, EdgeTy >
typedef NodeTy NodeType
 
typedef EdgeTy EdgeType
 
typedef OrderedSet< EdgeType *, typename EdgeType::equalGEdge > GEdgeSetTy
 Edge kind. More...
 
typedef GEdgeSetTy::iterator iterator
 
typedef GEdgeSetTy::const_iterator const_iterator
 
- Public Types inherited from SVF::SVFBaseNode
enum  GNodeK {
  IntraBlock , GlobalBlock , FunEntryBlock , FunExitBlock ,
  FunCallBlock , FunRetBlock , ValNode , GepValNode ,
  RetNode , VarargNode , DummyValNode , ObjNode ,
  GepObjNode , FIObjNode , DummyObjNode , Cmp ,
  BinaryOp , UnaryOp , Branch , DummyVProp ,
  NPtr , FRet , ARet , AParm ,
  FParm , Addr , Copy , Gep ,
  Store , Load , TPhi , TIntraPhi ,
  TInterPhi , FPIN , FPOUT , APIN ,
  APOUT , MPhi , MIntraPhi , MInterPhi ,
  CallNodeKd , CDNodeKd , CFLNodeKd , CHNodeKd ,
  ConstraintNodeKd , TCTNodeKd , DCHNodeKd , OtherKd
}
 
- Static Protected Member Functions inherited from SVF::SVFBaseNode
static bool isICFGNodeKinds (GNodeK n)
 Helper functions to check node kinds. More...
 
static bool isInterICFGNodeKind (GNodeK n)
 
static bool isSVFVarKind (GNodeK n)
 
static bool isValVarKinds (GNodeK n)
 
static bool isObjVarKinds (GNodeK n)
 
static bool isVFGNodeKinds (GNodeK n)
 
static bool isArgumentVFGNodeKinds (GNodeK n)
 
static bool isStmtVFGNodeKinds (GNodeK n)
 
static bool isPHIVFGNodeKinds (GNodeK n)
 
static bool isMRSVFGNodeKinds (GNodeK n)
 
static bool isMSSAPHISVFGNodeKinds (GNodeK n)
 
- Protected Attributes inherited from SVF::VFGNode
const ICFGNodeicfgNode
 
- Protected Attributes inherited from SVF::SVFBaseNode
NodeID id
 Node ID. More...
 
GNodeK nodeKind
 Node kind. More...
 
const SVFTypetype
 SVF type. More...
 
std::string sourceLoc
 Source code information of this value. More...
 

Detailed Description

VFGNode for stores

Definition at line 245 of file VFGNode.h.

Constructor & Destructor Documentation

◆ StoreVFGNode() [1/3]

SVF::StoreVFGNode::StoreVFGNode ( )
private

place holder

◆ StoreVFGNode() [2/3]

SVF::StoreVFGNode::StoreVFGNode ( const StoreVFGNode )
private

place holder

◆ StoreVFGNode() [3/3]

SVF::StoreVFGNode::StoreVFGNode ( NodeID  id,
const StoreStmt edge 
)
inline

Constructor.

Definition at line 254 of file VFGNode.h.

254  : StmtVFGNode(id,edge,Store)
255  {
256 
257  }
StmtVFGNode(NodeID id, const PAGEdge *e, VFGNodeK k)
Constructor.
Definition: VFGNode.h:135

Member Function Documentation

◆ classof() [1/5]

static bool SVF::StoreVFGNode::classof ( const GenericVFGNodeTy node)
inlinestatic

Definition at line 272 of file VFGNode.h.

273  {
274  return node->getNodeKind() == Store;
275  }

◆ classof() [2/5]

static bool SVF::StoreVFGNode::classof ( const StmtVFGNode node)
inlinestatic

Definition at line 264 of file VFGNode.h.

265  {
266  return node->getNodeKind() == Store;
267  }

◆ classof() [3/5]

static bool SVF::StoreVFGNode::classof ( const StoreVFGNode )
inlinestatic

Methods for support type inquiry through isa, cast, and dyn_cast:

Definition at line 260 of file VFGNode.h.

261  {
262  return true;
263  }

◆ classof() [4/5]

static bool SVF::StoreVFGNode::classof ( const SVFBaseNode node)
inlinestatic

Definition at line 276 of file VFGNode.h.

277  {
278  return node->getNodeKind() == Store;
279  }

◆ classof() [5/5]

static bool SVF::StoreVFGNode::classof ( const VFGNode node)
inlinestatic

Definition at line 268 of file VFGNode.h.

269  {
270  return node->getNodeKind() == Store;
271  }

◆ getDefSVFVars()

const NodeBS StoreVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 73 of file VFG.cpp.

74 {
75  NodeBS nb;
76  for (auto edge: getOutEdges())
77  {
78  if (IndirectSVFGEdge *iedge = SVFUtil::dyn_cast<IndirectSVFGEdge>(edge))
79  {
80  nb |= iedge->getPointsTo();
81  }
82  }
83  return nb;
84 }
const GEdgeSetTy & getOutEdges() const
Definition: GenericGraph.h:430

◆ operator=()

void SVF::StoreVFGNode::operator= ( const StoreVFGNode )
private

place holder

◆ toString()

const std::string StoreVFGNode::toString ( ) const
overridevirtual

Reimplemented from SVF::StmtVFGNode.

Definition at line 86 of file VFG.cpp.

87 {
88  std::string str;
89  std::stringstream rawstr(str);
90  rawstr << "StoreVFGNode ID: " << getId() << " ";
91  rawstr << getPAGEdge()->toString();
92  return rawstr.str();
93 }
const char *const string
Definition: cJSON.h:172
NodeID getId() const
Get ID.
Definition: GenericGraph.h:260
virtual const std::string toString() const
const PAGEdge * getPAGEdge() const
Definition: VFGNode.h:147

The documentation for this class was generated from the following files: