|
LLVM
4.0.0
|
Specialization of AnalysisResultModel which provides the default invalidate functionality.
More...
#include <PassManagerInternal.h>
Public Member Functions | |
| AnalysisResultModel (ResultT Result) | |
| AnalysisResultModel (const AnalysisResultModel &Arg) | |
| AnalysisResultModel (AnalysisResultModel &&Arg) | |
| AnalysisResultModel & | operator= (AnalysisResultModel RHS) |
| bool | invalidate (IRUnitT &, const PreservedAnalysesT &PA, InvalidatorT &) override |
| The model bases invalidation solely on being in the preserved set. More... | |
Public Member Functions inherited from llvm::detail::AnalysisResultConcept< IRUnitT, PreservedAnalysesT, InvalidatorT > | |
| virtual | ~AnalysisResultConcept ()=default |
Public Attributes | |
| ResultT | Result |
Friends | |
| void | swap (AnalysisResultModel &LHS, AnalysisResultModel &RHS) |
Specialization of AnalysisResultModel which provides the default invalidate functionality.
Definition at line 168 of file PassManagerInternal.h.
|
inlineexplicit |
Definition at line 171 of file PassManagerInternal.h.
|
inline |
Definition at line 174 of file PassManagerInternal.h.
|
inline |
Definition at line 175 of file PassManagerInternal.h.
|
inlineoverridevirtual |
The model bases invalidation solely on being in the preserved set.
Implements llvm::detail::AnalysisResultConcept< IRUnitT, PreservedAnalysesT, InvalidatorT >.
Definition at line 193 of file PassManagerInternal.h.
|
inline |
Definition at line 183 of file PassManagerInternal.h.
References std::swap().
|
friend |
Definition at line 178 of file PassManagerInternal.h.
| ResultT llvm::detail::AnalysisResultModel< IRUnitT, PassT, ResultT, PreservedAnalysesT, InvalidatorT, false >::Result |
Definition at line 200 of file PassManagerInternal.h.
1.8.6