LLVM API Documentation

Functions | Variables
ScopedNoAliasAA.cpp File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/Passes.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for ScopedNoAliasAA.cpp:

Go to the source code of this file.

Functions

 INITIALIZE_AG_PASS (ScopedNoAliasAA, AliasAnalysis,"scoped-noalias","Scoped NoAlias Alias Analysis", false, true, false) ImmutablePass *llvm

Variables

static cl::opt< boolEnableScopedNoAlias ("enable-scoped-noalias", cl::init(true))

Function Documentation

INITIALIZE_AG_PASS ( ScopedNoAliasAA  ,
AliasAnalysis  ,
"scoped-noalias"  ,
"Scoped NoAlias Alias Analysis ,
false  ,
true  ,
false   
)

Definition at line 115 of file ScopedNoAliasAA.cpp.


Variable Documentation

cl::opt<bool> EnableScopedNoAlias("enable-scoped-noalias", cl::init(true)) [static]