Static Value-Flow Analysis
|
#include <ICFGStat.h>
Public Types | |
typedef Set< const ICFGNode * > | ICFGNodeSet |
Public Types inherited from SVF::SVFStat | |
enum | ClockType { Wall , CPU } |
typedef OrderedMap< std::string, u32_t > | NUMStatMap |
typedef OrderedMap< std::string, double > | TIMEStatMap |
Public Member Functions | |
ICFGStat (ICFG *cfg) | |
void | performStat () |
void | performStatforIFDS () |
void | countStat () |
void | printStat (std::string statname) |
Public Member Functions inherited from SVF::PTAStat | |
PTAStat (PointerAnalysis *p) | |
virtual | ~PTAStat () |
void | setMemUsageBefore (u32_t vmrss, u32_t vmsize) |
void | setMemUsageAfter (u32_t vmrss, u32_t vmsize) |
void | performStat () override |
void | callgraphStat () override |
Public Member Functions inherited from SVF::SVFStat | |
SVFStat () | |
virtual | ~SVFStat () |
virtual void | startClk () |
virtual void | endClk () |
virtual void | performStatPerQuery (NodeID) |
virtual void | printStatPerQuery (NodeID, const PointsTo &) |
Additional Inherited Members | |
Static Public Member Functions inherited from SVF::SVFStat | |
static double | getClk (bool mark=false) |
Public Attributes inherited from SVF::PTAStat | |
NodeBS | localVarInRecursion |
Public Attributes inherited from SVF::SVFStat | |
NUMStatMap | generalNumMap |
NUMStatMap | PTNumStatMap |
TIMEStatMap | timeStatMap |
double | startTime |
double | endTime |
Static Public Attributes inherited from SVF::SVFStat | |
static bool | printGeneralStats = true |
SVF's general statistics are only printed once even if you run multiple anayses. | |
static double | timeOfBuildingLLVMModule = 0 |
static double | timeOfBuildingSymbolTable = 0 |
static double | timeOfBuildingSVFIR = 0 |
Protected Attributes inherited from SVF::PTAStat | |
PointerAnalysis * | pta |
u32_t | _vmrssUsageBefore |
u32_t | _vmrssUsageAfter |
u32_t | _vmsizeUsageBefore |
u32_t | _vmsizeUsageAfter |
Definition at line 39 of file ICFGStat.h.
Definition at line 57 of file ICFGStat.h.
|
inline |
Definition at line 59 of file ICFGStat.h.
|
inline |
Definition at line 105 of file ICFGStat.h.
|
inlinevirtual |
Implements SVF::SVFStat.
Definition at line 75 of file ICFGStat.h.
|
inline |
Definition at line 95 of file ICFGStat.h.
|
inlinevirtual |
Reimplemented from SVF::SVFStat.
Definition at line 145 of file ICFGStat.h.
|
private |
Definition at line 43 of file ICFGStat.h.
|
private |
Definition at line 52 of file ICFGStat.h.
|
private |
Definition at line 45 of file ICFGStat.h.
|
private |
Definition at line 51 of file ICFGStat.h.
|
private |
Definition at line 47 of file ICFGStat.h.
|
private |
Definition at line 48 of file ICFGStat.h.
|
private |
Definition at line 54 of file ICFGStat.h.
|
private |
Definition at line 49 of file ICFGStat.h.
|
private |
Definition at line 44 of file ICFGStat.h.
|
private |
Definition at line 53 of file ICFGStat.h.
|
private |
Definition at line 46 of file ICFGStat.h.