LLVM 22.0.0git
ScopedNoAliasAA.h File Reference

This is the interface for a metadata-based scoped no-alias analysis. More...

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

Go to the source code of this file.

Classes

class  llvm::ScopedNoAliasAAResult
 A simple AA result which uses scoped-noalias metadata to answer queries. More...
class  llvm::ScopedNoAliasAA
 Analysis pass providing a never-invalidated alias analysis result. More...
class  llvm::ScopedNoAliasAAWrapperPass
 Legacy wrapper pass to provide the ScopedNoAliasAAResult object. More...

Namespaces

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

Functions

LLVM_ABI ImmutablePassllvm::createScopedNoAliasAAWrapperPass ()

Detailed Description

This is the interface for a metadata-based scoped no-alias analysis.

Definition in file ScopedNoAliasAA.h.