LLVM API Documentation
#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 |
| INITIALIZE_PASS_BEGIN | ( | AliasSetPrinter | , |
| "print-alias-sets" | , | ||
| "Alias Set Printer" | , | ||
| false | , | ||
| true | |||
| ) |
| print alias Alias Set false |
Definition at line 667 of file AliasSetTracker.cpp.
| print alias Alias Set Printer |
Definition at line 667 of file AliasSetTracker.cpp.
Referenced by llvm::LLVMTargetMachine::addPassesToEmitFile(), llvm::LLVMTargetMachine::addPassesToEmitMC(), and llvm::createGCInfoPrinter().
| print alias sets |
Definition at line 667 of file AliasSetTracker.cpp.