LLVM  8.0.1
Functions | Variables
ScopedNoAliasAA.cpp File Reference
#include "llvm/Analysis/ScopedNoAliasAA.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/MemoryLocation.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Metadata.h"
#include "llvm/Pass.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
Include dependency graph for ScopedNoAliasAA.cpp:

Go to the source code of this file.

Functions

static void collectMDInDomain (const MDNode *List, const MDNode *Domain, SmallPtrSetImpl< const MDNode *> &Nodes)
 
 INITIALIZE_PASS (ScopedNoAliasAAWrapperPass, "scoped-noalias", "Scoped NoAlias Alias Analysis", false, true) ImmutablePass *llvm
 

Variables

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

Function Documentation

◆ collectMDInDomain()

static void collectMDInDomain ( const MDNode List,
const MDNode Domain,
SmallPtrSetImpl< const MDNode *> &  Nodes 
)
static

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( ScopedNoAliasAAWrapperPass  ,
"scoped-noalias"  ,
"Scoped NoAlias Alias Analysis ,
false  ,
true   
)

Definition at line 185 of file ScopedNoAliasAA.cpp.

Variable Documentation

◆ EnableScopedNoAlias

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