Polly 22.0.0git
|
#include <ScopPass.h>
Public Member Functions | |
Result (ScopAnalysisManager &InnerAM, ScopInfo &SI) | |
Result (Result &&R) | |
Result & | operator= (Result &&RHS) |
~Result () | |
ScopAnalysisManager & | getManager () |
bool | invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) |
Private Attributes | |
ScopAnalysisManager * | InnerAM |
ScopInfo * | SI |
Definition at line 63 of file ScopPass.h.
|
inlineexplicit |
Definition at line 65 of file ScopPass.h.
Referenced by operator=(), and Result().
|
inline |
Definition at line 67 of file ScopPass.h.
|
inline |
Definition at line 76 of file ScopPass.h.
References InnerAM.
|
inline |
Definition at line 82 of file ScopPass.h.
References InnerAM.
bool llvm::InnerAnalysisManagerProxy::Result::invalidate | ( | Function & | F, |
const PreservedAnalyses & | PA, | ||
FunctionAnalysisManager::Invalidator & | Inv ) |
References Function.
Definition at line 70 of file ScopPass.h.
|
private |
Definition at line 88 of file ScopPass.h.
Referenced by getManager(), operator=(), Result(), Result(), and ~Result().
|
private |
Definition at line 89 of file ScopPass.h.
Referenced by operator=(), Result(), and Result().