|
Polly 22.0.0git
|
#include <ScopPass.h>
Public Member Functions | |
| SPMUpdater (SmallPriorityWorklist< Region *, 4 > &Worklist, ScopAnalysisManager &SAM) | |
| bool | invalidateCurrentScop () const |
| void | invalidateScop (Scop &S) |
Private Attributes | |
| Scop * | CurrentScop |
| bool | InvalidateCurrentScop |
| SmallPriorityWorklist< Region *, 4 > & | Worklist |
| ScopAnalysisManager & | SAM |
Friends | |
| template<typename ScopPassT> | |
| struct | FunctionToScopPassAdaptor |
Definition at line 166 of file ScopPass.h.
|
inline |
Definition at line 168 of file ScopPass.h.
References InvalidateCurrentScop, SAM, and Worklist.
|
inline |
Definition at line 172 of file ScopPass.h.
References InvalidateCurrentScop.
Referenced by polly::FunctionToScopPassAdaptor< ScopPassT >::run().
|
inline |
Definition at line 174 of file ScopPass.h.
References CurrentScop, InvalidateCurrentScop, S, SAM, and Worklist.
Referenced by polly::CodeGenerationPass::run().
|
friend |
Definition at line 187 of file ScopPass.h.
References FunctionToScopPassAdaptor.
Referenced by FunctionToScopPassAdaptor.
|
private |
Definition at line 183 of file ScopPass.h.
Referenced by invalidateScop(), and polly::FunctionToScopPassAdaptor< ScopPassT >::run().
|
private |
Definition at line 184 of file ScopPass.h.
Referenced by invalidateCurrentScop(), invalidateScop(), polly::FunctionToScopPassAdaptor< ScopPassT >::run(), and SPMUpdater().
|
private |
Definition at line 186 of file ScopPass.h.
Referenced by invalidateScop(), and SPMUpdater().
|
private |
Definition at line 185 of file ScopPass.h.
Referenced by invalidateScop(), and SPMUpdater().