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

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

#include "llvm/Analysis/GlobalsModRef.h"

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

Public Types

typedef GlobalsAAResult Result
 

Public Member Functions

GlobalsAAResult run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< GlobalsAA >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< GlobalsAA >
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 121 of file GlobalsModRef.h.

Member Typedef Documentation

◆ Result

Definition at line 126 of file GlobalsModRef.h.

Member Function Documentation

◆ run()

GlobalsAAResult GlobalsAA::run ( Module M,
ModuleAnalysisManager AM 
)

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