45 &&
"PTAStat: unknown clock type!");
56 return (
double)(time.tv_nsec + time.tv_sec * 1000000000) / 1000000.0;
63 assert(
false &&
"PTAStat::getClk: unknown clock type");
89 SVFUtil::outs() <<
"----------------Time and memory stats--------------------\n";
97 SVFUtil::outs() <<
"----------------Numbers stats----------------------------\n";
103 SVFUtil::outs() <<
"#######################################################" << std::endl;
134 if(
ObjVar*
obj = SVFUtil::dyn_cast<ObjVar>(node))
146 SVFUtil::isa<StackObjVar>(
150 SVFUtil::isa<HeapObjVar, DummyObjVar>(
bool isFunction() const
object attributes methods
bool isConstDataOrConstGlobal() const
bool isConstantStruct() const
NodeID getId() const
Get the memory object id.
bool isBlackHoleObj() const
Whether it is a black hole object.
bool isFieldInsensitive() const
Return true if its field limit is 0.
const SVFType * getType() const
Get obj type.
bool isConstantArray() const
BasicBlockGraph::IDToNodeMapTy::const_iterator const_bb_iterator
iterator begin()
Iterators.
IDToNodeMapTy::iterator iterator
Node Iterators.
u32_t getMaxStructSize() const
u32_t getPTAPAGEdgeNum() const
u32_t getPAGEdgeNum() const
static const OptionMap< enum PTAStat::ClockType > ClockType
static const Option< bool > MarkedClocksOnly
u32_t getNumSuccessors() const
const CallSiteSet & getCallSiteSet() const
Get all callsites.
SVFStmt::SVFStmtSetTy & getSVFStmtSet(SVFStmt::PEDGEK kind)
Get/set methods to get SVFStmts based on their kinds and ICFGNodes.
CallGraph * getCallGraph()
u32_t getFieldObjNodeNum() const
const BaseObjVar * getBaseObject(NodeID id) const
const CallSiteToFunPtrMap & getIndirectCallsites() const
Add/get indirect callsites.
static SVFIR * getPAG(bool buildFromFile=false)
Singleton design here to make sure we only have one instance during any analysis.
virtual void printStat(std::string str="")
static bool printGeneralStats
SVF's general statistics are only printed once even if you run multiple anayses.
virtual void performStat()=0
static double timeOfBuildingLLVMModule
static double getClk(bool mark=false)
static double timeOfBuildingSymbolTable
static double timeOfBuildingSVFIR
std::ostream & outs()
Overwrite llvm::outs()
std::vector< std::string > split(const std::string &s, char separator)
Split into two substrings around the first occurrence of a separator string.
llvm::IRBuilder IRBuilder