Polly 20.0.0git
|
#include <ScopDetection.h>
Public Member Functions | |
ScopDetectionWrapperPass () | |
ScopDetection & | getSD () const |
Private Attributes | |
std::unique_ptr< ScopDetection > | Result |
FunctionPass interface | |
static char | ID |
void | getAnalysisUsage (AnalysisUsage &AU) const override |
void | releaseMemory () override |
bool | runOnFunction (Function &F) override |
void | print (raw_ostream &OS, const Module *M=nullptr) const override |
Definition at line 635 of file ScopDetection.h.
ScopDetectionWrapperPass::ScopDetectionWrapperPass | ( | ) |
Definition at line 2017 of file ScopDetection.cpp.
References IgnoreAliasing(), and polly::PollyUseRuntimeAliasChecks.
|
override |
Definition at line 1999 of file ScopDetection.cpp.
|
inline |
Definition at line 650 of file ScopDetection.h.
References Result.
Referenced by ScopDetectionAnalysisGraphTraits::getGraph(), and ScopViewerWrapperPass::processFunction().
|
override |
Definition at line 2010 of file ScopDetection.cpp.
References Result.
Referenced by INITIALIZE_PASS_END().
|
override |
Definition at line 2029 of file ScopDetection.cpp.
References Result.
|
override |
Definition at line 1986 of file ScopDetection.cpp.
References Result.
|
static |
Definition at line 643 of file ScopDetection.h.
|
private |
Definition at line 636 of file ScopDetection.h.
Referenced by getSD(), print(), releaseMemory(), and runOnFunction().