Print result from SimplifyWrapperPass.
More...
|
| ScopPass (char &ID) |
|
virtual bool | runOnScop (Scop &S)=0 |
| runOnScop - This method must be overloaded to perform the desired Polyhedral transformation or analysis.
|
|
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.
◆ SimplifyPrinterLegacyPass() [1/2]
false::SimplifyPrinterLegacyPass::SimplifyPrinterLegacyPass |
( |
| ) |
|
|
inline |
◆ SimplifyPrinterLegacyPass() [2/2]
false::SimplifyPrinterLegacyPass::SimplifyPrinterLegacyPass |
( |
llvm::raw_ostream & |
OS | ) |
|
|
inlineexplicit |
◆ getAnalysisUsage()
void false::SimplifyPrinterLegacyPass::getAnalysisUsage |
( |
AnalysisUsage & |
AU | ) |
const |
|
inlineoverride |
◆ runOnScop()
bool false::SimplifyPrinterLegacyPass::runOnScop |
( |
Scop & |
S | ) |
|
|
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.
◆ ID
char false::SimplifyPrinterLegacyPass::ID = 0 |
|
static |
◆ OS
llvm::raw_ostream& false::SimplifyPrinterLegacyPass::OS |
|
private |
The documentation for this class was generated from the following file: