LLVM 17.0.0git
|
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. | |
![]() | |
virtual | ~AnalysisResultConcept ()=default |
virtual bool | invalidate (IRUnitT &IR, const PreservedAnalysesT &PA, InvalidatorT &Inv)=0 |
Method to try and mark a result as invalid. | |
Public Attributes | |
ResultT | Result |
Friends | |
void | swap (AnalysisResultModel &LHS, AnalysisResultModel &RHS) |
Specialization of AnalysisResultModel
which delegates invalidate handling to ResultT
.
Definition at line 237 of file PassManagerInternal.h.
|
inlineexplicit |
Definition at line 240 of file PassManagerInternal.h.
|
inline |
Definition at line 243 of file PassManagerInternal.h.
|
inline |
Definition at line 244 of file PassManagerInternal.h.
|
inlineoverridevirtual |
The model delegates to the ResultT
method.
Implements llvm::detail::AnalysisResultConcept< IRUnitT, PreservedAnalysesT, InvalidatorT >.
Definition at line 258 of file PassManagerInternal.h.
References IR.
|
inline |
Definition at line 252 of file PassManagerInternal.h.
References RHS.
|
friend |
Definition at line 247 of file PassManagerInternal.h.
ResultT llvm::detail::AnalysisResultModel< IRUnitT, PassT, ResultT, PreservedAnalysesT, InvalidatorT, true >::Result |
Definition at line 263 of file PassManagerInternal.h.