LLVM API Documentation
#include "llvm/Analysis/Passes.h"#include "llvm/ADT/SetVector.h"#include "llvm/Analysis/MemoryDependenceAnalysis.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/LLVMContext.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"
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 | |
| memdeps | |
| print Print MemDeps of | function |
| print Print MemDeps of | false |
| INITIALIZE_PASS_BEGIN | ( | MemDepPrinter | , |
| "print-memdeps" | , | ||
| "Print MemDeps of function" | , | ||
| false | , | ||
| true | |||
| ) |
| print Print MemDeps of false |
Definition at line 83 of file MemDepPrinter.cpp.
| print Print MemDeps of function |
Definition at line 83 of file MemDepPrinter.cpp.
| print memdeps |
Definition at line 83 of file MemDepPrinter.cpp.