|
Polly 22.0.0git
|
#include <DependenceInfo.h>
Public Member Functions | |
| DependenceInfoPrinterPass (raw_ostream &OS) | |
| PreservedAnalyses | run (Scop &S, ScopAnalysisManager &, ScopStandardAnalysisResults &, SPMUpdater &) |
Public Attributes | |
| raw_ostream & | OS |
Definition at line 225 of file DependenceInfo.h.
|
inline |
Definition at line 227 of file DependenceInfo.h.
References OS.
| PreservedAnalyses DependenceInfoPrinterPass::run | ( | Scop & | S, |
| ScopAnalysisManager & | SAM, | ||
| ScopStandardAnalysisResults & | SAR, | ||
| SPMUpdater & | U ) |
Definition at line 866 of file DependenceInfo.cpp.
References polly::Dependences::calculateDependences(), OptAnalysisLevel(), OS, and polly::Dependences::print().
| raw_ostream& polly::DependenceInfoPrinterPass::OS |
Definition at line 232 of file DependenceInfo.h.
Referenced by DependenceInfoPrinterPass(), and run().