|
LLVM
8.0.1
|
Specialization of AnalysisResultModel which delegates invalidate handling to ResultT.
More...
#include "llvm/IR/PassManagerInternal.h"


Public Member Functions | |
| AnalysisResultModel (ResultT Result) | |
| AnalysisResultModel (const AnalysisResultModel &Arg) | |
| AnalysisResultModel (AnalysisResultModel &&Arg) | |
| AnalysisResultModel & | operator= (AnalysisResultModel RHS) |
| bool | invalidate (IRUnitT &IR, const PreservedAnalysesT &PA, InvalidatorT &Inv) override |
The model delegates to the ResultT method. 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 delegates invalidate handling to ResultT.
Definition at line 206 of file PassManagerInternal.h.
|
inlineexplicit |
Definition at line 209 of file PassManagerInternal.h.
|
inline |
Definition at line 212 of file PassManagerInternal.h.
|
inline |
Definition at line 213 of file PassManagerInternal.h.
|
inlineoverridevirtual |
The model delegates to the ResultT method.
Implements llvm::detail::AnalysisResultConcept< IRUnitT, PreservedAnalysesT, InvalidatorT >.
Definition at line 227 of file PassManagerInternal.h.
|
inline |
Definition at line 221 of file PassManagerInternal.h.
References std::swap().
|
friend |
Definition at line 216 of file PassManagerInternal.h.
| ResultT llvm::detail::AnalysisResultModel< IRUnitT, PassT, ResultT, PreservedAnalysesT, InvalidatorT, true >::Result |
Definition at line 232 of file PassManagerInternal.h.
1.8.13