Polly 22.0.0git
|
Print result from SimplifyWrapperPass. More...
Public Member Functions | |
SimplifyPrinterLegacyPass () | |
SimplifyPrinterLegacyPass (llvm::raw_ostream &OS) | |
bool | runOnScop (Scop &S) override |
runOnScop - This method must be overloaded to perform the desired Polyhedral transformation or analysis. | |
void | getAnalysisUsage (AnalysisUsage &AU) const override |
Static Public Attributes | |
static char | ID = 0 |
Private Attributes | |
llvm::raw_ostream & | OS |
Additional Inherited Members | |
Protected Member Functions inherited from polly::ScopPass | |
ScopPass (char &ID) | |
virtual void | printScop (raw_ostream &OS, Scop &S) const |
Print method for SCoPs. | |
void | getAnalysisUsage (AnalysisUsage &AU) const override |
getAnalysisUsage - Subclasses that override getAnalysisUsage must call this. |
Print result from SimplifyWrapperPass.
Definition at line 860 of file Simplify.cpp.
|
inline |
Definition at line 864 of file Simplify.cpp.
References SimplifyPrinterLegacyPass().
Referenced by SimplifyPrinterLegacyPass().
|
inlineexplicit |
Definition at line 865 of file Simplify.cpp.
References ID, OS, and polly::ScopPass::ScopPass().
|
inlineoverride |
Definition at line 879 of file Simplify.cpp.
References polly::ScopPass::getAnalysisUsage().
|
inlineoverridevirtual |
runOnScop - This method must be overloaded to perform the desired Polyhedral transformation or analysis.
Implements polly::ScopPass.
Definition at line 868 of file Simplify.cpp.
References OS, and polly::ScopPass::S.
|
static |
Definition at line 862 of file Simplify.cpp.
Referenced by SimplifyPrinterLegacyPass().
|
private |
Definition at line 886 of file Simplify.cpp.
Referenced by runOnScop(), and SimplifyPrinterLegacyPass().