LLVM 22.0.0git
BasicAliasAnalysis.h File Reference

This is the interface for LLVM's primary stateless and local alias analysis. More...

#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Analysis/AliasAnalysis.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/Compiler.h"
#include <memory>
#include <utility>

Go to the source code of this file.

Classes

class  llvm::BasicAAResult
 This is the AA result object for the basic, local, and stateless alias analysis. More...
class  llvm::BasicAA
 Analysis pass providing a never-invalidated alias analysis result. More...
class  llvm::BasicAAWrapperPass
 Legacy wrapper pass to provide the BasicAAResult object. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

LLVM_ABI FunctionPassllvm::createBasicAAWrapperPass ()

Detailed Description

This is the interface for LLVM's primary stateless and local alias analysis.

Definition in file BasicAliasAnalysis.h.