|
LLVM
3.7.0
|
#include "llvm/Analysis/AliasSetTracker.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Functions | |
| INITIALIZE_PASS_BEGIN (AliasSetPrinter,"print-alias-sets","Alias Set Printer", false, true) INITIALIZE_PASS_END(AliasSetPrinter | |
Variables | |
| print alias | sets |
| print alias Alias Set | Printer |
| print alias Alias Set | false |
| print alias Alias Set false |
Definition at line 672 of file AliasSetTracker.cpp.
| print alias Alias Set Printer |
Definition at line 672 of file AliasSetTracker.cpp.
Referenced by llvm::LLVMTargetMachine::addPassesToEmitFile(), llvm::LLVMTargetMachine::addPassesToEmitMC(), llvm::createGCInfoPrinter(), and llvm::printMIR().
| print alias sets |
Definition at line 672 of file AliasSetTracker.cpp.
1.8.6