30#ifndef INCLUDE_WPA_TYPEANALYSIS_H_
31#define INCLUDE_WPA_TYPEANALYSIS_H_
60 virtual inline void finalize()
override;
65 assert(
false &&
"this function should never be executed!");
@ TypeCPP_WPA
Type-based analysis for C++.
OrderedMap< const CallICFGNode *, FunctionSet > CallEdgeMap
PTATY getAnalysisTy() const
Type of pointer analysis.
SVFIR::CallSiteToFunPtrMap CallSiteToFunPtrMap
void dumpCHAStats()
Statistics of CHA and callgraph.
virtual void finalize() override
Finalize analysis.
bool addCopyEdge(NodeID src, NodeID dst) override
Add copy edge on constraint graph.
static bool classof(const PointerAnalysis *pta)
virtual ~TypeAnalysis()
Destructor.
void initialize() override
Initialize analysis.
TypeAnalysis(SVFIR *pag)
Constructor.
void analyze() override
Type analysis.
static bool classof(const TypeAnalysis *)
Methods for support type inquiry through isa, cast, and dyn_cast:
void callGraphSolveBasedOnCHA(const CallSiteToFunPtrMap &callsites, CallEdgeMap &newEdges)
Resolve callgraph based on CHA.
llvm::IRBuilder IRBuilder