LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::AssumptionAnalysis Class Reference

A function analysis which provides an AssumptionCache. More...

#include <AssumptionCache.h>

Inheritance diagram for llvm::AssumptionAnalysis:
[legend]
Collaboration diagram for llvm::AssumptionAnalysis:
[legend]

Public Types

typedef AssumptionCache Result
 

Public Member Functions

AssumptionCache run (Function &F, FunctionAnalysisManager &)
 

Additional Inherited Members

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

Detailed Description

A function analysis which provides an AssumptionCache.

This analysis is intended for use with the new pass manager and will vend assumption caches for a given function.

Definition at line 140 of file AssumptionCache.h.

Member Typedef Documentation

Definition at line 145 of file AssumptionCache.h.

Member Function Documentation

AssumptionCache llvm::AssumptionAnalysis::run ( Function F,
FunctionAnalysisManager  
)
inline

Definition at line 147 of file AssumptionCache.h.


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