Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SVF::BranchVFGNode Class Reference

#include <VFGNode.h>

Inheritance diagram for SVF::BranchVFGNode:
SVF::VFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFValue

Public Member Functions

 BranchVFGNode (NodeID id, const BranchStmt *r)
 Constructor.
 
const BranchStmtgetBranchStmt () const
 Return the branch statement.
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars.
 
virtual const std::string toString () const override
 
u32_t getNumSuccessors () const
 
const BranchStmt::SuccAndCondPairVecgetSuccessors () const
 
const ICFGNodegetSuccessor (u32_t i) const
 
- Public Member Functions inherited from SVF::VFGNode
 VFGNode (NodeID i, VFGNodeK k)
 Constructor.
 
virtual const ICFGNodegetICFGNode () const
 Return corresponding ICFG node.
 
virtual void setICFGNode (const ICFGNode *node)
 Set corresponding ICFG node.
 
virtual const FunObjVargetFun () const
 Get the function of this SVFGNode.
 
virtual const SVFVargetValue () const
 Return the corresponding LLVM value, if possible, nullptr otherwise.
 
- 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)
 
virtual const std::string getSourceLoc () const
 
const std::string valueOnlyToString () const
 

Static Public Member Functions

static bool classof (const BranchVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast:
 
static bool classof (const VFGNode *node)
 
static bool classof (const GenericVFGNodeTy *node)
 
static bool classof (const SVFValue *node)
 
- Static Public Member Functions inherited from SVF::VFGNode
static bool classof (const VFGNode *)
 
static bool classof (const GenericVFGNodeTy *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

 BranchVFGNode ()
 place holder
 
 BranchVFGNode (const BranchVFGNode &)
 place holder
 
void operator= (const BranchVFGNode &)
 place holder
 

Private Attributes

const BranchStmtbrstmt
 

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.
 
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::VFGNode
const ICFGNodeicfgNode
 
- 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

Definition at line 566 of file VFGNode.h.

Constructor & Destructor Documentation

◆ BranchVFGNode() [1/3]

SVF::BranchVFGNode::BranchVFGNode ( )
private

place holder

◆ BranchVFGNode() [2/3]

SVF::BranchVFGNode::BranchVFGNode ( const BranchVFGNode )
private

place holder

◆ BranchVFGNode() [3/3]

SVF::BranchVFGNode::BranchVFGNode ( NodeID  id,
const BranchStmt r 
)
inline

Constructor.

Definition at line 575 of file VFGNode.h.

575: VFGNode(id, Branch), brstmt(r) { }
const BranchStmt * brstmt
Definition VFGNode.h:572
VFGNode(NodeID i, VFGNodeK k)
Constructor.
Definition VFGNode.h:61
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

Member Function Documentation

◆ classof() [1/4]

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

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

Definition at line 578 of file VFGNode.h.

579 {
580 return true;
581 }

◆ classof() [2/4]

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

Definition at line 586 of file VFGNode.h.

587 {
588 return node->getNodeKind() == Branch;
589 }

◆ classof() [3/4]

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

Definition at line 590 of file VFGNode.h.

591 {
592 return node->getNodeKind() == Branch;
593 }

◆ classof() [4/4]

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

Definition at line 582 of file VFGNode.h.

583 {
584 return node->getNodeKind() == Branch;
585 }

◆ getBranchStmt()

const BranchStmt * SVF::BranchVFGNode::getBranchStmt ( ) const
inline

Return the branch statement.

Definition at line 597 of file VFGNode.h.

598 {
599 return brstmt;
600 }

◆ getDefSVFVars()

const NodeBS BranchVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 173 of file VFG.cpp.

174{
175 return NodeBS();
176}
SparseBitVector NodeBS
Definition GeneralType.h:62

◆ getNumSuccessors()

u32_t SVF::BranchVFGNode::getNumSuccessors ( ) const
inline

Successors of this branch statement

Definition at line 603 of file VFGNode.h.

604 {
605 return brstmt->getNumSuccessors();
606 }
u32_t getNumSuccessors() const

◆ getSuccessor()

const ICFGNode * SVF::BranchVFGNode::getSuccessor ( u32_t  i) const
inline

Definition at line 611 of file VFGNode.h.

612 {
613 return brstmt->getSuccessor(i);
614 }
const ICFGNode * getSuccessor(u32_t i) const

◆ getSuccessors()

const BranchStmt::SuccAndCondPairVec & SVF::BranchVFGNode::getSuccessors ( ) const
inline

Definition at line 607 of file VFGNode.h.

608 {
609 return brstmt->getSuccessors();
610 }
const SuccAndCondPairVec & getSuccessors() const

◆ operator=()

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

place holder

◆ toString()

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

Reimplemented from SVF::VFGNode.

Definition at line 178 of file VFG.cpp.

179{
180 std::string str;
181 std::stringstream rawstr(str);
182 rawstr << "BranchVFGNode ID: " << getId() << " ";
183 rawstr << "PAGEdge: [" << brstmt->toString() << "\t";
184 return rawstr.str();
185}
virtual const std::string toString() const override
NodeID getId() const
Get ID.
Definition SVFValue.h:158

Member Data Documentation

◆ brstmt

const BranchStmt* SVF::BranchVFGNode::brstmt
private

Definition at line 572 of file VFGNode.h.


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