|
LLVM
8.0.1
|
#include "llvm/Analysis/AliasSetTracker.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/Analysis/GuardUtils.h"#include "llvm/Analysis/MemoryLocation.h"#include "llvm/Config/llvm-config.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Module.h"#include "llvm/IR/PatternMatch.h"#include "llvm/IR/Value.h"#include "llvm/Pass.h"#include "llvm/Support/AtomicOrdering.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdint>#include <vector>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 | |
| static cl::opt< unsigned > | SaturationThreshold ("alias-set-saturation-threshold", cl::Hidden, cl::init(250), cl::desc("The maximum number of pointers may-alias " "sets may contain before degradation")) |
| print alias | sets |
| print alias Alias Set | Printer |
| print alias Alias Set | false |
Referenced by llvm::AliasSetTracker::dump().
| print alias Alias Set false |
Definition at line 740 of file AliasSetTracker.cpp.
| print alias Alias Set Printer |
Definition at line 740 of file AliasSetTracker.cpp.
Referenced by llvm::LLVMTargetMachine::addAsmPrinter(), llvm::LLVMTargetMachine::addPassesToEmitMC(), llvm::createGCInfoPrinter(), llvm::MCInst::insert(), llvm::operator<<(), llvm::printAmdKernelCodeField(), llvm::ScopedPrinter::printList(), and llvm::printMIR().
|
static |
Referenced by llvm::AliasSetTracker::copyValue().
| print alias sets |
Definition at line 740 of file AliasSetTracker.cpp.
1.8.13