Static Value-Flow Analysis
|
#include "SVF-LLVM/LLVMUtil.h"
#include "SVF-LLVM/SVFIRBuilder.h"
#include "DDA/DDAPass.h"
#include "Util/Options.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
static Option< bool > | DAA ("daa", "Demand-Driven Alias Analysis Pass", false) |
Definition at line 48 of file dda.cpp.