LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::TypeBasedAA Class Reference

Analysis pass providing a never-invalidated alias analysis result. More...

#include "llvm/Analysis/TypeBasedAliasAnalysis.h"

Inheritance diagram for llvm::TypeBasedAA:
Inheritance graph
[legend]
Collaboration diagram for llvm::TypeBasedAA:
Collaboration graph
[legend]

Public Types

using Result = TypeBasedAAResult
 

Public Member Functions

TypeBasedAAResult run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< TypeBasedAA >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< TypeBasedAA >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Analysis pass providing a never-invalidated alias analysis result.

Definition at line 57 of file TypeBasedAliasAnalysis.h.

Member Typedef Documentation

◆ Result

Definition at line 63 of file TypeBasedAliasAnalysis.h.

Member Function Documentation

◆ run()

TypeBasedAAResult TypeBasedAA::run ( Function F,
FunctionAnalysisManager AM 
)

Definition at line 709 of file TypeBasedAliasAnalysis.cpp.

References llvm::TypeBasedAAWrapperPass::ID.


The documentation for this class was generated from the following files: