#include "SVF-LLVM/LLVMUtil.h"
#include "SVF-LLVM/SVFIRBuilder.h"
#include "MTA/MTA.h"
#include "MTA/MTAStat.h"
#include "Util/CommandLine.h"
#include "Util/Options.h"
#include <string>
#include <vector>
Go to the source code of this file.
◆ main()
Definition at line 62 of file mta.cpp.
63{
65 argc,
argv,
"MTA Analysis",
"[options] <input-bitcode...>");
66
70
71
72
73
74
77 {
81 }
82 else
83 {
86 }
87
92}
static std::vector< std::string > parseOptions(int argc, char *argv[], std::string description, std::string callFormat)
static void releaseAndersenWaveDiff()
static void releaseLLVMModuleSet()
static void buildSVFModule(Module &mod)
virtual bool runOnModule(SVFIR *module)
We start the pass here.
static const Option< bool > MTFlowSensitive
MTA: flow-sensitive (FSAM) main analysis; false = Andersen flow-insensitive base, Default: true.
static void releaseSVFIR()
bool runOnModule(SVFIR *pag, AndersenWaveDiff &preAnalysis)
Run the slicing pipeline with its prepared Andersen pre-analysis.
llvm::IRBuilder IRBuilder