120 assert(node &&
"cannot add a null node");
122 return node->
getId();
360 assert(
false &&
"this type info has been added before");
void addGNode(NodeID id, NodeType *node)
Add a Node.
u32_t edgeNum
total num of node
u32_t nodeNum
total num of edge
NodeID constantSymID() const
u32_t getFlattenedElemIdx(const SVFType *T, u32_t origId)
Flattened element idx of an array or struct by considering stride.
const Set< const StInfo * > & getStInfos() const
u32_t getNodeNumAfterPAGBuild() const
u32_t getNumOfFlattenElements(const SVFType *T)
const std::vector< const SVFType * > & getFlattenFieldTypes(const SVFStructType *T)
Return the flattened field type for struct type only.
u32_t getMaxStructSize() const
const SVFType * maxStruct
The struct type with the most fields.
SVFStmt * hasLabeledEdge(SVFVar *src, SVFVar *dst, SVFStmt::PEDGEK kind, const ICFGNode *cs)
void printFlattenFields(const SVFType *type)
Debug method.
void dump(std::string name)
Dump SVFIR.
Set< const StInfo * > stInfos
(owned) All StInfo
Set< const SVFStmt * > SVFStmtSet
NodeID addNode(SVFVar *node)
Add a node into the graph.
void addStInfo(StInfo *stInfo)
FunObjVarToIDMapTy & retFunObjSyms()
IRGraph(bool buildFromFile)
static bool isNullPtr(NodeID id)
void view()
View graph from the debugger.
NodeID blkPtrSymID() const
NodeID getBlackHoleNode() const
virtual APOffset getModulusOffset(const BaseObjVar *baseObj, const APOffset &apOffset)
Given an offset from a Gep Instruction, return it modulus offset by considering memory layout.
SVFStmt::KindToSVFStmtMapTy KindToSVFStmtSetMap
SVFIR edge map containing all PAGEdges.
NodeID getNullPtr() const
bool isBuiltFromFile()
Whether this SVFIR built from a txt file.
const SVFType * getFlatternedElemType(const SVFType *baseType, u32_t flatten_idx)
Return the type of a flattened element given a flattened index.
NodeID nullPtrSymID() const
void addTypeInfo(const SVFType *ty)
const SVFTypeSet & getSVFTypes() const
Constant reader that won't change the state of the symbol table.
ObjTypeInfo * createObjTypeInfo(const SVFType *type)
Create an objectInfo based on LLVM type (value is null, and type could be null, representing a dummy ...
u32_t getTotalSymNum() const
Statistics.
u32_t getPTAPAGEdgeNum() const
static bool isBlkObj(NodeID id)
std::string getGraphName() const
Return graph name.
FunObjVarToIDMapTy varargFunObjSymMap
vararg map
NodeID getReturnNode(const FunObjVar *func) const
GetReturnNode - Return the unique node representing the return value of a function.
const SVFType * getOriginalElemType(const SVFType *baseType, u32_t origId) const
void setNodeNumAfterPAGBuild(u32_t num)
static bool isBlkObjOrConstantObj(NodeID id)
IDToTypeInfoMapTy objTypeInfoMap
map a memory sym id to its obj
bool addEdge(SVFVar *src, SVFVar *dst, SVFStmt *edge)
Add an edge into the graph.
bool fromFile
Whether the SVFIR is built according to user specified data from a txt file.
const IDToTypeInfoMapTy & idToObjTypeInfoMap() const
NodeID nodeNumAfterPAGBuild
initial node number after building SVFIR, excluding later added nodes, e.g., gepobj nodes
u32_t getPAGEdgeNum() const
OrderedMap< const FunObjVar *, NodeID > FunObjVarToIDMapTy
function to sym id map
NodeID totalSymNum
total number of symbols
NodeID getVarargNode(const FunObjVar *func) const
getVarargNode - Return the unique node representing the variadic argument of a variadic function.
static bool isConstantSym(NodeID id)
NodeID blackholeSymID() const
SVFStmt * hasNonlabeledEdge(SVFVar *src, SVFVar *dst, SVFStmt::PEDGEK kind)
u32_t maxStSize
The number of fields in max_struct.
ObjTypeInfo * getObjTypeInfo(NodeID id) const
NodeID getConstantNode() const
const StInfo * getTypeInfo(const SVFType *T) const
Get struct info.
static bool isBlkPtr(NodeID id)
special value
FunObjVarToIDMapTy returnFunObjSymMap
return map
SVFStmt::KindToSVFStmtMapTy KindToPTASVFStmtSetMap
SVFIR edge map containing only pointer-related edges, i.e., both LHS and RHS are of pointer type.
const ObjTypeInfo * createDummyObjTypeInfo(NodeID symId, const SVFType *type)
OrderedMap< NodeID, ObjTypeInfo * > IDToTypeInfoMapTy
various maps defined
FunObjVarToIDMapTy & varargFunObjSyms()
u32_t getPAGNodeNum() const
Set< const SVFType * > SVFTypeSet
struct type to struct info map
IDToTypeInfoMapTy & idToObjTypeInfoMap()
Get different kinds of syms maps.
bool hasSVFTypeInfo(const SVFType *T)
PAGEdgeToSetMapTy KindToSVFStmtMapTy
NodeID getId() const
Get ID.
llvm::IRBuilder IRBuilder