LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
MemDepPrinter.cpp File Reference
#include "llvm/Analysis/Passes.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/InstIterator.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for MemDepPrinter.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_PASS_BEGIN (MemDepPrinter,"print-memdeps","Print MemDeps of function", false, true) INITIALIZE_PASS_END(MemDepPrinter
 

Variables

print memdeps
 
print Print MemDeps of function
 
print Print MemDeps of false
 

Function Documentation

INITIALIZE_PASS_BEGIN ( MemDepPrinter  ,
"print-memdeps ,
"Print MemDeps of function ,
false  ,
true   
)

Variable Documentation

print Print MemDeps of false

Definition at line 84 of file MemDepPrinter.cpp.

print Print MemDeps of function

Definition at line 84 of file MemDepPrinter.cpp.

print memdeps

Definition at line 84 of file MemDepPrinter.cpp.