LLVM
8.0.1
|
A checker object that makes it easy to query for whether an analysis or some set covering it is preserved. More...
#include "llvm/IR/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 268 of file PassManager.h.
|
inline |
Returns true if the checker's analysis was not abandoned and either.
Definition at line 285 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 293 of file PassManager.h.
References llvm::SmallPtrSetImpl< PtrType >::count().
|
friend |
Definition at line 269 of file PassManager.h.