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

#include <ICFGNode.h>

Inheritance diagram for SVF::RetICFGNode:
SVF::InterICFGNode SVF::ICFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFBaseNode

Public Member Functions

 RetICFGNode (NodeID id, CallICFGNode *cb)
 
const CallICFGNodegetCallICFGNode () const
 
const SVFVargetActualRet () const
 Return actual return parameter. More...
 
void addActualRet (const SVFVar *ar)
 Add actual return parameter. More...
 
const std::string toString () const override
 
const std::string getSourceLoc () const override
 
- Public Member Functions inherited from SVF::InterICFGNode
 InterICFGNode (NodeID id, ICFGNodeK k)
 Constructor. More...
 
- Public Member Functions inherited from SVF::ICFGNode
 ICFGNode (NodeID i, GNodeK k)
 Constructor. More...
 
virtual const SVFFunctiongetFun () const
 Return the function of this ICFGNode. More...
 
virtual const SVFBasicBlockgetBB () const
 Return the basic block of this ICFGNode. More...
 
void dump () const
 
void addVFGNode (const VFGNode *vfgNode)
 
const VFGNodeListgetVFGNodes () const
 
void addSVFStmt (const SVFStmt *edge)
 
const SVFStmtListgetSVFStmts () const
 
- 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)
 
const std::string valueOnlyToString () const
 

Static Public Member Functions

static bool classof (const RetICFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const InterICFGNode *node)
 
static bool classof (const ICFGNode *node)
 
static bool classof (const GenericICFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::InterICFGNode
static bool classof (const InterICFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
static bool classof (const ICFGNode *node)
 
static bool classof (const GenericICFGNodeTy *node)
 
static bool classof (const SVFBaseNode *node)
 
- Static Public Member Functions inherited from SVF::ICFGNode
static bool classof (const ICFGNode *)
 
static bool classof (const GenericICFGNodeTy *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

 RetICFGNode (NodeID id)
 Constructor to create empty RetICFGNode (for SVFIRReader/deserialization) More...
 

Private Attributes

const SVFVaractualRet
 
const CallICFGNodecallBlockNode
 

Friends

class SVFIRWriter
 
class SVFIRReader
 

Additional Inherited Members

- Public Types inherited from SVF::ICFGNode
typedef ICFGEdge::ICFGEdgeSetTy::iterator iterator
 
typedef ICFGEdge::ICFGEdgeSetTy::const_iterator const_iterator
 
typedef Set< const CallPE * > CallPESet
 
typedef Set< const RetPE * > RetPESet
 
typedef std::list< const VFGNode * > VFGNodeList
 
typedef std::list< const SVFStmt * > SVFStmtList
 
typedef GNodeK ICFGNodeK
 
- 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::ICFGNode
const SVFFunctionfun
 
const SVFBasicBlockbb
 
VFGNodeList VFGNodes
 
SVFStmtList pagEdges
 
- 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

Return ICFGNode containing (at most one) ActualRetVFGNode at a callsite

Definition at line 598 of file ICFGNode.h.

Constructor & Destructor Documentation

◆ RetICFGNode() [1/2]

SVF::RetICFGNode::RetICFGNode ( NodeID  id)
inlineprivate

Constructor to create empty RetICFGNode (for SVFIRReader/deserialization)

Definition at line 608 of file ICFGNode.h.

610  {
611  }
InterICFGNode(NodeID id, ICFGNodeK k)
Constructor.
Definition: ICFGNode.h:243
const CallICFGNode * callBlockNode
Definition: ICFGNode.h:605
const SVFVar * actualRet
Definition: ICFGNode.h:604

◆ RetICFGNode() [2/2]

SVF::RetICFGNode::RetICFGNode ( NodeID  id,
CallICFGNode cb 
)
inline

Definition at line 614 of file ICFGNode.h.

614  :
616  {
617  fun = cb->getFun();
618  bb = cb->getBB();
619  type = cb->getType();
620  }
const SVFFunction * fun
Definition: ICFGNode.h:148
const SVFBasicBlock * bb
Definition: ICFGNode.h:149
const SVFType * type
SVF type.
Definition: GenericGraph.h:292

Member Function Documentation

◆ addActualRet()

void SVF::RetICFGNode::addActualRet ( const SVFVar ar)
inline

Add actual return parameter.

Definition at line 633 of file ICFGNode.h.

634  {
635  actualRet = ar;
636  }

◆ classof() [1/5]

static bool SVF::RetICFGNode::classof ( const GenericICFGNodeTy node)
inlinestatic

Definition at line 655 of file ICFGNode.h.

656  {
657  return node->getNodeKind() == FunRetBlock;
658  }

◆ classof() [2/5]

static bool SVF::RetICFGNode::classof ( const ICFGNode node)
inlinestatic

Definition at line 650 of file ICFGNode.h.

651  {
652  return node->getNodeKind() == FunRetBlock;
653  }

◆ classof() [3/5]

static bool SVF::RetICFGNode::classof ( const InterICFGNode node)
inlinestatic

Definition at line 645 of file ICFGNode.h.

646  {
647  return node->getNodeKind() == FunRetBlock;
648  }

◆ classof() [4/5]

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

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

Definition at line 640 of file ICFGNode.h.

641  {
642  return true;
643  }

◆ classof() [5/5]

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

Definition at line 659 of file ICFGNode.h.

660  {
661  return node->getNodeKind() == FunRetBlock;
662  }

◆ getActualRet()

const SVFVar* SVF::RetICFGNode::getActualRet ( ) const
inline

Return actual return parameter.

Definition at line 627 of file ICFGNode.h.

628  {
629  return actualRet;
630  }

◆ getCallICFGNode()

const CallICFGNode* SVF::RetICFGNode::getCallICFGNode ( ) const
inline

Definition at line 622 of file ICFGNode.h.

623  {
624  return callBlockNode;
625  }

◆ getSourceLoc()

const std::string SVF::RetICFGNode::getSourceLoc ( ) const
inlineoverridevirtual

Reimplemented from SVF::SVFBaseNode.

Definition at line 667 of file ICFGNode.h.

668  {
669  return "RetICFGNode: " + ICFGNode::getSourceLoc();
670  }
virtual const std::string getSourceLoc() const
Definition: GenericGraph.h:281

◆ toString()

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

Reimplemented from SVF::ICFGNode.

Definition at line 144 of file ICFG.cpp.

145 {
146  std::string str;
147  std::stringstream rawstr(str);
148  rawstr << "RetICFGNode" << getId();
149  rawstr << " {fun: " << getFun()->getName() << ICFGNode::getSourceLoc() << "}";
150  for (const SVFStmt *stmt : getSVFStmts())
151  rawstr << "\n" << stmt->toString();
152  if(getSVFStmts().empty())
153  rawstr << "\n" << valueOnlyToString();
154  return rawstr.str();
155 }
const char *const string
Definition: cJSON.h:172
const SVFStmtList & getSVFStmts() const
Definition: ICFGNode.h:117
virtual const SVFFunction * getFun() const
Return the function of this ICFGNode.
Definition: ICFGNode.h:76
NodeID getId() const
Get ID.
Definition: GenericGraph.h:260
const std::string valueOnlyToString() const
Definition: LLVMUtil.cpp:688
const std::string & getName() const
Definition: SVFValue.h:243

Friends And Related Function Documentation

◆ SVFIRReader

friend class SVFIRReader
friend

Definition at line 601 of file ICFGNode.h.

◆ SVFIRWriter

friend class SVFIRWriter
friend

Definition at line 600 of file ICFGNode.h.

Member Data Documentation

◆ actualRet

const SVFVar* SVF::RetICFGNode::actualRet
private

Definition at line 604 of file ICFGNode.h.

◆ callBlockNode

const CallICFGNode* SVF::RetICFGNode::callBlockNode
private

Definition at line 605 of file ICFGNode.h.


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