Static Value-Flow Analysis
Loading...
Searching...
No Matches
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::SVFValue

Public Member Functions

 RetICFGNode (NodeID id, CallICFGNode *cb)
 
const CallICFGNodegetCallICFGNode () const
 
const SVFVargetActualRet () const
 Return actual return parameter.
 
void addActualRet (const SVFVar *ar)
 Add actual return parameter.
 
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.
 
- Public Member Functions inherited from SVF::ICFGNode
 ICFGNode (NodeID i, GNodeK k)
 Constructor.
 
virtual const FunObjVargetFun () const
 Return the function of this ICFGNode.
 
virtual const SVFBasicBlockgetBB () const
 Return the basic block of this ICFGNode.
 
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, const SVFType *svfType=nullptr)
 Constructor.
 
virtual ~GenericNode ()
 Destructor.
 
bool hasIncomingEdge () const
 Has incoming/outgoing edge set.
 
bool hasOutgoingEdge () const
 
iterator OutEdgeBegin ()
 iterators
 
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.
 
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.
 
bool addOutgoingEdge (EdgeType *outEdge)
 
EdgeTypehasIncomingEdge (EdgeType *edge) const
 Find incoming and outgoing edges.
 
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::SVFValue
 SVFValue (NodeID i, GNodeK k, const SVFType *ty=nullptr)
 
NodeID getId () const
 Get ID.
 
GNodeK getNodeKind () const
 Get node kind.
 
virtual const SVFTypegetType () const
 
virtual void setName (const std::string &nameInfo)
 
virtual void setName (std::string &&nameInfo)
 
virtual const std::string & getName () 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:
 
static bool classof (const InterICFGNode *node)
 
static bool classof (const ICFGNode *node)
 
static bool classof (const GenericICFGNodeTy *node)
 
static bool classof (const SVFValue *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:
 
static bool classof (const ICFGNode *node)
 
static bool classof (const GenericICFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 
- Static Public Member Functions inherited from SVF::ICFGNode
static bool classof (const ICFGNode *)
 
static bool classof (const GenericICFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 
- Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy >
static bool classof (const GenericNode< NodeTy, EdgeTy > *)
 
static bool classof (const SVFValue *)
 

Private Member Functions

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

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.
 
typedef GEdgeSetTy::iterator iterator
 
typedef GEdgeSetTy::const_iterator const_iterator
 
- Public Types inherited from SVF::SVFValue
enum  GNodeK {
  IntraBlock , GlobalBlock , FunEntryBlock , FunExitBlock ,
  FunCallBlock , FunRetBlock , ValNode , ArgValNode ,
  FunValNode , GepValNode , RetValNode , VarargValNode ,
  GlobalValNode , ConstAggValNode , ConstDataValNode , BlackHoleValNode ,
  ConstFPValNode , ConstIntValNode , ConstNullptrValNode , DummyValNode ,
  ObjNode , GepObjNode , BaseObjNode , FunObjNode ,
  HeapObjNode , StackObjNode , GlobalObjNode , ConstAggObjNode ,
  ConstDataObjNode , ConstFPObjNode , ConstIntObjNode , ConstNullptrObjNode ,
  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 , BasicBlockKd , OtherKd
}
 
- Static Protected Member Functions inherited from SVF::SVFValue
static bool isICFGNodeKinds (GNodeK n)
 Helper functions to check node kinds.
 
static bool isInterICFGNodeKind (GNodeK n)
 
static bool isSVFVarKind (GNodeK n)
 
static bool isValVarKinds (GNodeK n)
 
static bool isConstantDataValVar (GNodeK n)
 
static bool isObjVarKinds (GNodeK n)
 
static bool isBaseObjVarKinds (GNodeK n)
 
static bool isConstantDataObjVarKinds (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 FunObjVarfun
 
const SVFBasicBlockbb
 
VFGNodeList VFGNodes
 
SVFStmtList pagEdges
 
- Protected Attributes inherited from SVF::SVFValue
NodeID id
 Node ID.
 
GNodeK nodeKind
 Node kind.
 
const SVFTypetype
 SVF type.
 
std::string name
 
std::string sourceLoc
 Source code information of this value.
 

Detailed Description

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

Definition at line 592 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 602 of file ICFGNode.h.

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

◆ RetICFGNode() [2/2]

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

Definition at line 608 of file ICFGNode.h.

608 :
610 {
611 fun = cb->getFun();
612 bb = cb->getBB();
613 type = cb->getType();
614 }
const SVFBasicBlock * bb
Definition ICFGNode.h:149
const FunObjVar * fun
Definition ICFGNode.h:148
const SVFType * type
SVF type.
Definition SVFValue.h:205
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

Member Function Documentation

◆ addActualRet()

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

Add actual return parameter.

Definition at line 627 of file ICFGNode.h.

628 {
629 actualRet = ar;
630 }

◆ classof() [1/5]

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

Definition at line 649 of file ICFGNode.h.

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

◆ classof() [2/5]

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

Definition at line 644 of file ICFGNode.h.

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

◆ classof() [3/5]

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

Definition at line 639 of file ICFGNode.h.

640 {
641 return node->getNodeKind() == FunRetBlock;
642 }

◆ 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 634 of file ICFGNode.h.

635 {
636 return true;
637 }

◆ classof() [5/5]

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

Definition at line 653 of file ICFGNode.h.

654 {
655 return node->getNodeKind() == FunRetBlock;
656 }

◆ getActualRet()

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

Return actual return parameter.

Definition at line 621 of file ICFGNode.h.

622 {
623 return actualRet;
624 }

◆ getCallICFGNode()

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

Definition at line 616 of file ICFGNode.h.

617 {
618 return callBlockNode;
619 }

◆ getSourceLoc()

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

Reimplemented from SVF::SVFValue.

Definition at line 661 of file ICFGNode.h.

662 {
663 return "RetICFGNode: " + ICFGNode::getSourceLoc();
664 }
virtual const std::string getSourceLoc() const
Definition SVFValue.h:194

◆ toString()

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

Reimplemented from SVF::ICFGNode.

Definition at line 152 of file ICFG.cpp.

153{
154 std::string str;
155 std::stringstream rawstr(str);
156 rawstr << "RetICFGNode" << getId();
157 rawstr << " {fun: " << getFun()->getName() << ICFGNode::getSourceLoc() << "}";
158 for (const SVFStmt *stmt : getSVFStmts())
159 rawstr << "\n" << stmt->toString();
160 if(getSVFStmts().empty())
161 rawstr << "\n" << valueOnlyToString();
162 return rawstr.str();
163}
virtual const FunObjVar * getFun() const
Return the function of this ICFGNode.
Definition ICFGNode.h:76
const SVFStmtList & getSVFStmts() const
Definition ICFGNode.h:117
const std::string toString() const override
Definition ICFG.cpp:152
NodeID getId() const
Get ID.
Definition SVFValue.h:158
virtual const std::string & getName() const
Definition SVFValue.h:184
const std::string valueOnlyToString() const
Definition LLVMUtil.cpp:735

Friends And Related Symbol Documentation

◆ SVFIRReader

friend class SVFIRReader
friend

Definition at line 595 of file ICFGNode.h.

◆ SVFIRWriter

friend class SVFIRWriter
friend

Definition at line 594 of file ICFGNode.h.

Member Data Documentation

◆ actualRet

const SVFVar* SVF::RetICFGNode::actualRet
private

Definition at line 598 of file ICFGNode.h.

◆ callBlockNode

const CallICFGNode* SVF::RetICFGNode::callBlockNode
private

Definition at line 599 of file ICFGNode.h.


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