|
LLVM
8.0.1
|
Analysis pass providing a never-invalidated alias analysis result. More...
#include "llvm/Analysis/TypeBasedAliasAnalysis.h"


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 AnalysisKey * | ID () |
| 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... | |
Analysis pass providing a never-invalidated alias analysis result.
Definition at line 57 of file TypeBasedAliasAnalysis.h.
Definition at line 63 of file TypeBasedAliasAnalysis.h.
| TypeBasedAAResult TypeBasedAA::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 709 of file TypeBasedAliasAnalysis.cpp.
References llvm::TypeBasedAAWrapperPass::ID.
1.8.13