LLVM 20.0.0git
|
A Region pass that prints the instruction count for the region to stdout. More...
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h"
Public Member Functions | |
PrintInstructionCount () | |
bool | runOnRegion (Region &R, const Analyses &A) final |
\Returns true if it modifies R . | |
Public Member Functions inherited from llvm::sandboxir::RegionPass | |
RegionPass (StringRef Name) | |
Name can't contain any spaces or start with '-'. | |
virtual bool | runOnRegion (Region &R, const Analyses &A)=0 |
\Returns true if it modifies R . | |
Public Member Functions inherited from llvm::sandboxir::Pass | |
Pass (StringRef Name) | |
Name can't contain any spaces or start with '-'. | |
virtual | ~Pass () |
StringRef | getName () const |
\Returns the name of the pass. | |
virtual void | print (raw_ostream &OS) const |
virtual LLVM_DUMP_METHOD void | dump () const |
virtual void | printPipeline (raw_ostream &OS) const |
Similar to print() but adds a newline. Used for testing. | |
Additional Inherited Members | |
Protected Attributes inherited from llvm::sandboxir::Pass | |
const std::string | Name |
The pass name. | |
A Region pass that prints the instruction count for the region to stdout.
Used to test -sbvec-passes while we don't have any actual optimization passes.
Definition at line 12 of file PrintInstructionCount.h.
|
inline |
Definition at line 14 of file PrintInstructionCount.h.
|
inlinefinalvirtual |
\Returns true if it modifies R
.
Implements llvm::sandboxir::RegionPass.
Definition at line 15 of file PrintInstructionCount.h.
References llvm::outs().