LLVM  8.0.1
Functions | Variables
MemDepPrinter.cpp File Reference
#include "llvm/ADT/SetVector.h"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/ErrorHandling.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()

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

Variable Documentation

◆ false

print Print MemDeps of false

Definition at line 82 of file MemDepPrinter.cpp.

◆ function

print Print MemDeps of function

◆ memdeps

print memdeps

Definition at line 82 of file MemDepPrinter.cpp.