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

#include <VFGNode.h>

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

Public Member Functions

 InterPHIVFGNode (NodeID id, const FormalParmVFGNode *fp)
 Constructor interPHI for formal parameter.
 
 InterPHIVFGNode (NodeID id, const ActualRetVFGNode *ar)
 Constructor interPHI for actual return.
 
bool isFormalParmPHI () const
 
bool isActualRetPHI () const
 
const FunObjVargetFun () const override
 Get the function of this SVFGNode.
 
const CallICFGNodegetCallSite () const
 
const std::string toString () const override
 
- Public Member Functions inherited from SVF::PHIVFGNode
 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.
 
- 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 InterPHIVFGNode *)
 Methods for support type inquiry through isa, cast, and dyn_cast:
 
static bool classof (const PHIVFGNode *node)
 
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::PHIVFGNode
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 *)
 

Private Attributes

const FunObjVarfun
 
const CallICFGNodecallInst
 

Additional Inherited Members

- Public Types inherited from SVF::PHIVFGNode
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
}
 
- 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::PHIVFGNode
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.
 

Detailed Description

Definition at line 1152 of file VFGNode.h.

Constructor & Destructor Documentation

◆ InterPHIVFGNode() [1/2]

SVF::InterPHIVFGNode::InterPHIVFGNode ( NodeID  id,
const FormalParmVFGNode fp 
)
inline

Constructor interPHI for formal parameter.

Definition at line 1157 of file VFGNode.h.

1157: PHIVFGNode(id, fp->getParam(), TInterPhi),fun(fp->getFun()),callInst(nullptr) {}
const CallICFGNode * callInst
Definition VFGNode.h:1211
const FunObjVar * fun
Definition VFGNode.h:1210
PHIVFGNode(NodeID id, const PAGNode *r, VFGNodeK k=TPhi)
Constructor.
Definition VFG.cpp:412
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74

◆ InterPHIVFGNode() [2/2]

SVF::InterPHIVFGNode::InterPHIVFGNode ( NodeID  id,
const ActualRetVFGNode ar 
)
inline

Constructor interPHI for actual return.

Definition at line 1159 of file VFGNode.h.

1159: PHIVFGNode(id, ar->getRev(), TInterPhi), fun(ar->getCaller()),callInst(ar->getCallSite()) {}

Member Function Documentation

◆ classof() [1/5]

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

Definition at line 1197 of file VFGNode.h.

1198 {
1199 return node->getNodeKind() == TInterPhi;
1200 }

◆ classof() [2/5]

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

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

Definition at line 1185 of file VFGNode.h.

1186 {
1187 return true;
1188 }

◆ classof() [3/5]

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

Definition at line 1189 of file VFGNode.h.

1190 {
1191 return node->getNodeKind() == TInterPhi;
1192 }

◆ classof() [4/5]

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

Definition at line 1201 of file VFGNode.h.

1202 {
1203 return node->getNodeKind() == TInterPhi;
1204 }

◆ classof() [5/5]

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

Definition at line 1193 of file VFGNode.h.

1194 {
1195 return node->getNodeKind() == TInterPhi;
1196 }

◆ getCallSite()

const CallICFGNode * SVF::InterPHIVFGNode::getCallSite ( ) const
inline

Definition at line 1177 of file VFGNode.h.

1178 {
1179 assert(isActualRetPHI() && "expect a actual return phi");
1180 return callInst;
1181 }
bool isActualRetPHI() const
Definition VFGNode.h:1166

◆ getFun()

const FunObjVar * SVF::InterPHIVFGNode::getFun ( ) const
inlineoverridevirtual

Get the function of this SVFGNode.

Reimplemented from SVF::VFGNode.

Definition at line 1171 of file VFGNode.h.

1172 {
1173 assert((isFormalParmPHI() || isActualRetPHI()) && "expect a formal parameter phi");
1174 return fun;
1175 }
bool isFormalParmPHI() const
Definition VFGNode.h:1161

◆ isActualRetPHI()

bool SVF::InterPHIVFGNode::isActualRetPHI ( ) const
inline

Definition at line 1166 of file VFGNode.h.

1167 {
1168 return (fun!=nullptr) && (callInst != nullptr);
1169 }

◆ isFormalParmPHI()

bool SVF::InterPHIVFGNode::isFormalParmPHI ( ) const
inline

Definition at line 1161 of file VFGNode.h.

1162 {
1163 return (fun!=nullptr) && (callInst == nullptr);
1164 }

◆ toString()

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

Reimplemented from SVF::VFGNode.

Definition at line 335 of file VFG.cpp.

336{
337 std::string str;
338 std::stringstream rawstr(str);
339 if(isFormalParmPHI())
340 rawstr << "FormalParmPHI ID: " << getId() << " PAGNode ID: " << res->getId() << "\n" << res->valueOnlyToString();
341 else
342 rawstr << "ActualRetPHI ID: " << getId() << " PAGNode ID: " << res->getId() << "\n" << res->valueOnlyToString();
343 return rawstr.str();
344}
const PAGNode * res
Definition VFGNode.h:676
NodeID getId() const
Get ID.
Definition SVFValue.h:158
const std::string valueOnlyToString() const
Definition LLVMUtil.cpp:735

Member Data Documentation

◆ callInst

const CallICFGNode* SVF::InterPHIVFGNode::callInst
private

Definition at line 1211 of file VFGNode.h.

◆ fun

const FunObjVar* SVF::InterPHIVFGNode::fun
private

Definition at line 1210 of file VFGNode.h.


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