|
LLVM
4.0.0
|
A checker object that makes it easy to query for whether an analysis or some set covering it is preserved. More...
#include <PassManager.h>
Public Member Functions | |
| bool | preserved () |
| Returns true if the checker's analysis was not abandoned and either. More... | |
| template<typename AnalysisSetT > | |
| bool | preservedSet () |
| Returns true if the checker's analysis was not abandoned and either. More... | |
Friends | |
| class | PreservedAnalyses |
A checker object that makes it easy to query for whether an analysis or some set covering it is preserved.
Definition at line 213 of file PassManager.h.
|
inline |
Returns true if the checker's analysis was not abandoned and either.
Definition at line 230 of file PassManager.h.
References llvm::SmallPtrSetImpl< PtrType >::count().
|
inline |
Returns true if the checker's analysis was not abandoned and either.
AnalysisSetT is explicitly preserved orDefinition at line 238 of file PassManager.h.
References llvm::SmallPtrSetImpl< PtrType >::count().
|
friend |
Definition at line 214 of file PassManager.h.
1.8.6