Spatial
Simple Static Analysis in LLVM
|
#include "Benchmark/PointsToBenchmark.h"
#include "Benchmark/PTABenchmark.h"
#include "set"
#include "string"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/raw_ostream.h"
#include <iomanip>
Namespaces | |
namespace | spatial |
Macros | |
#define | CYANB "\033[1;46m" |
#define | REDT "\033[1;91m" |
#define | GREENT "\033[1;92m" |
#define | YELLOWT "\033[1;93m" |
#define | RST "\033[0;m" |
Functions | |
std::string | spatial::print_args (llvm::CallInst *CI) |
std::ostream & | spatial::operator<< (std::ostream &OS, const PointsToBenchmarkRunner &B) |
#define CYANB "\033[1;46m" |
#define GREENT "\033[1;92m" |
#define REDT "\033[1;91m" |
#define RST "\033[0;m" |
#define YELLOWT "\033[1;93m" |