36{
37
38
39 assert(SVFUtil::isa<VersionedFlowSensitive>(
vfspta) &&
"VFSStat::performStat: not given VFSPTA.");
41
43
45
48
53 {
56 if (SVFUtil::isa<ObjVar>(
pagNode))
57 {
60 if (nodeSet.insert(
baseId).second)
61 {
64 }
65 }
66 }
67
70
71 unsigned numOfCopy = 0;
72 unsigned numOfStore = 0;
74 {
76 if (SVFUtil::isa<CopySVFGNode>(
svfgNode)) numOfCopy++;
77 else if (SVFUtil::isa<StoreSVFGNode>(
svfgNode)) numOfStore++;
78 }
79
81
100
103
108
115
118
120
122
124
128
132
142
148
150}
u32_t numOfProcessedLoad
Number of processed Phi node.
u32_t numOfProcessedCopy
Number of processed Addr node.
double gepTime
time of handling gep edges
double indirectPropaTime
time of points-to propagation of top-level pointers
double addrTime
time of handling address edges
double solveTime
time of solve.
u32_t numOfProcessedStore
Number of processed Load node.
double storeTime
time of store edges
double copyTime
time of handling copy edges
u32_t numOfProcessedGep
Number of processed Copy node.
u32_t maxSCCSize
Number of processed mssa node.
double loadTime
time of load edges
u32_t numOfProcessedActualParam
Number of processed Store node.
u32_t numOfProcessedPhi
Number of processed Gep node.
double propagationTime
time of points-to propagation.
u32_t numOfProcessedFormalRet
Number of processed actual param node.
double directPropaTime
time of points-to propagation of address-taken objects
double processTime
time of processNode.
u32_t numOfProcessedAddr
Statistics.
double phiTime
time of phi nodes.
double sccTime
time of SCC detection.
double updateTime
time of strong/weak updates.
u32_t numOfProcessedMSSANode
Number of processed formal ret node.
double updateCallGraphTime
time of updating call graph
iterator begin()
Iterators.
IDToNodeMapTy::const_iterator const_iterator
IDToNodeMapTy::iterator iterator
Node Iterators.
u32_t getValueNodeNum() const
u32_t getObjectNodeNum() const
SymID getId() const
Get the memory object id.
void performStat() override
u32_t getNumOfResolvedIndCallEdge() const
Return number of resolved indirect call edges.
u32_t getFieldObjNodeNum() const
const MemObj * getBaseObj(NodeID id) const
u32_t getFieldValNodeNum() const
Node and edge statistics.
virtual void printStat(std::string str="")
void ptsSizeStat(void)
For all PTS size related statistics not handled by versionStat.
void versionStat(void)
For all version-related statistics.
double meldLabelingTime
Time to meld label SVFG.
double prelabelingTime
Time to prelabel SVFG.
double versionPropTime
Time to propagate versions to versions which rely on them.
u32_t numOfIteration
num of iterations during constraint solving
llvm::IRBuilder IRBuilder