|
LLVM
4.0.0
|
A function analysis which provides an AssumptionCache.
More...
#include <AssumptionCache.h>
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 AnalysisKey * | ID () |
| 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... | |
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.
Definition at line 145 of file AssumptionCache.h.
|
inline |
Definition at line 147 of file AssumptionCache.h.
1.8.6