LLVM  3.7.0
Functions | Variables
MemDerefPrinter.cpp File Reference
#include "llvm/Analysis/Passes.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MemDerefPrinter.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_PASS_BEGIN (MemDerefPrinter,"print-memderefs","Memory Dereferenciblity of pointers in function", false, true) INITIALIZE_PASS_END(MemDerefPrinter
 

Variables

print memderefs
 
print Memory Dereferenciblity
of pointers in 
function
 
print Memory Dereferenciblity
of pointers in 
false
 

Function Documentation

INITIALIZE_PASS_BEGIN ( MemDerefPrinter  ,
"print-memderefs ,
"Memory Dereferenciblity of pointers in function ,
false  ,
true   
)

Variable Documentation

print Memory Dereferenciblity of pointers in false

Definition at line 45 of file MemDerefPrinter.cpp.

print Memory Dereferenciblity of pointers in function

Definition at line 45 of file MemDerefPrinter.cpp.

print memderefs

Definition at line 45 of file MemDerefPrinter.cpp.