Spatial
Simple Static Analysis in LLVM
Namespaces | Macros | Functions
PointsToBenchmark.cpp File Reference
#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>
Include dependency graph for PointsToBenchmark.cpp:

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)
 

Macro Definition Documentation

◆ CYANB

#define CYANB   "\033[1;46m"

◆ GREENT

#define GREENT   "\033[1;92m"

◆ REDT

#define REDT   "\033[1;91m"

◆ RST

#define RST   "\033[0;m"

◆ YELLOWT

#define YELLOWT   "\033[1;93m"