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

#include <VFGNode.h>

Inheritance diagram for SVF::PHIVFGNode:
SVF::VFGNode SVF::GenericNode< NodeTy, EdgeTy > SVF::SVFValue SVF::InterPHIVFGNode SVF::IntraPHIVFGNode

Public Types

typedef Map< u32_t, const PAGNode * > OPVers
 
- 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
}
 

Public Member Functions

 PHIVFGNode (NodeID id, const PAGNode *r, VFGNodeK k=TPhi)
 Constructor.
 
bool isPTANode () const
 Whether this phi node is of pointer type (used for pointer analysis).
 
const PAGNodegetOpVer (u32_t pos) const
 Operands at a llvm PHINode.
 
void setOpVer (u32_t pos, const PAGNode *node)
 
const PAGNodegetRes () const
 
u32_t getOpVerNum () const
 
OPVers::const_iterator opVerBegin () const
 
OPVers::const_iterator opVerEnd () const
 
const NodeBS getDefSVFVars () const override
 Return the left hand side SVF Vars.
 
const SVFVargetValue () const override
 Return the corresponding LLVM value, if possible, nullptr otherwise.
 
const std::string toString () const override
 
- 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.
 
- 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 PHIVFGNode *)
 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 *)
 

Protected Attributes

const PAGNoderes
 
OPVers opVers
 
- 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.
 

Additional Inherited Members

- 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)
 

Detailed Description

Definition at line 670 of file VFGNode.h.

Member Typedef Documentation

◆ OPVers

Definition at line 674 of file VFGNode.h.

Constructor & Destructor Documentation

◆ PHIVFGNode()

PHIVFGNode::PHIVFGNode ( NodeID  id,
const PAGNode r,
VFGNodeK  k = TPhi 
)

Constructor.

Definition at line 412 of file VFG.cpp.

412 : VFGNode(id, k), res(r)
413{
414
415}
const PAGNode * res
Definition VFGNode.h:676
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

Member Function Documentation

◆ classof() [1/4]

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

Definition at line 729 of file VFGNode.h.

730 {
731 return isPHIVFGNodeKinds(node->getNodeKind());
732 }
static bool isPHIVFGNodeKinds(GNodeK n)
Definition SVFValue.h:302

◆ classof() [2/4]

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

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

Definition at line 721 of file VFGNode.h.

722 {
723 return true;
724 }

◆ classof() [3/4]

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

Definition at line 733 of file VFGNode.h.

734 {
735 return isPHIVFGNodeKinds(node->getNodeKind());
736 }

◆ classof() [4/4]

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

Definition at line 725 of file VFGNode.h.

726 {
727 return isPHIVFGNodeKinds(node->getNodeKind());
728 }

◆ getDefSVFVars()

const NodeBS PHIVFGNode::getDefSVFVars ( ) const
overridevirtual

Return the left hand side SVF Vars.

Implements SVF::VFGNode.

Definition at line 203 of file VFG.cpp.

204{
205 NodeBS nb;
206 nb.set(getRes()->getId());
207 return nb;
208}
const PAGNode * getRes() const
Definition VFGNode.h:701
NodeID getId() const
Get ID.
Definition SVFValue.h:158
void set(unsigned Idx)

◆ getOpVer()

const PAGNode * SVF::PHIVFGNode::getOpVer ( u32_t  pos) const
inline

Operands at a llvm PHINode.

Definition at line 691 of file VFGNode.h.

692 {
693 OPVers::const_iterator it = opVers.find(pos);
694 assert(it!=opVers.end() && "version is nullptr, did not rename?");
695 return it->second;
696 }
OPVers opVers
Definition VFGNode.h:677

◆ getOpVerNum()

u32_t SVF::PHIVFGNode::getOpVerNum ( ) const
inline

Definition at line 705 of file VFGNode.h.

706 {
707 return opVers.size();
708 }

◆ getRes()

const PAGNode * SVF::PHIVFGNode::getRes ( ) const
inline

Definition at line 701 of file VFGNode.h.

702 {
703 return res;
704 }

◆ getValue()

const SVFVar * PHIVFGNode::getValue ( ) const
overridevirtual

Return the corresponding LLVM value, if possible, nullptr otherwise.

Reimplemented from SVF::VFGNode.

Definition at line 1075 of file VFG.cpp.

1076{
1077 return getRes();
1078}

◆ isPTANode()

bool SVF::PHIVFGNode::isPTANode ( ) const
inline

Whether this phi node is of pointer type (used for pointer analysis).

Definition at line 684 of file VFGNode.h.

685 {
686 return res->isPointer();
687 }
virtual bool isPointer() const
Check if this variable represents a pointer.

◆ opVerBegin()

OPVers::const_iterator SVF::PHIVFGNode::opVerBegin ( ) const
inline

Definition at line 709 of file VFGNode.h.

710 {
711 return opVers.begin();
712 }

◆ opVerEnd()

OPVers::const_iterator SVF::PHIVFGNode::opVerEnd ( ) const
inline

Definition at line 713 of file VFGNode.h.

714 {
715 return opVers.end();
716 }

◆ setOpVer()

void SVF::PHIVFGNode::setOpVer ( u32_t  pos,
const PAGNode node 
)
inline

Definition at line 697 of file VFGNode.h.

698 {
699 opVers[pos] = node;
700 }

◆ toString()

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

Reimplemented from SVF::VFGNode.

Definition at line 210 of file VFG.cpp.

211{
212 std::string str;
213 std::stringstream rawstr(str);
214 rawstr << "PHIVFGNode ID: " << getId() << " ";
215 rawstr << "PAGNode: [" << res->getId() << " = PHI(";
216 for(PHIVFGNode::OPVers::const_iterator it = opVerBegin(), eit = opVerEnd();
217 it != eit; it++)
218 rawstr << it->second->getId() << ", ";
219 rawstr << ")]\t";
220 rawstr << " " << res->valueOnlyToString();
221 return rawstr.str();
222}
OPVers::const_iterator opVerBegin() const
Definition VFGNode.h:709
OPVers::const_iterator opVerEnd() const
Definition VFGNode.h:713
const std::string valueOnlyToString() const
Definition LLVMUtil.cpp:735

Member Data Documentation

◆ opVers

OPVers SVF::PHIVFGNode::opVers
protected

Definition at line 677 of file VFGNode.h.

◆ res

const PAGNode* SVF::PHIVFGNode::res
protected

Definition at line 676 of file VFGNode.h.


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