LLVM 20.0.0git
|
A pass that runs on a sandbox::Function. More...
#include "llvm/SandboxIR/Pass.h"
Public Member Functions | |
FunctionPass (StringRef Name) | |
Name can't contain any spaces or start with '-'. | |
virtual bool | runOnFunction (Function &F, const Analyses &A)=0 |
\Returns true if it modifies F . | |
![]() | |
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 | |
![]() | |
const std::string | Name |
The pass name. | |
|
inline |
|
pure virtual |
\Returns true if it modifies F
.
Implemented in llvm::sandboxir::FunctionPassManager, llvm::sandboxir::BottomUpVec, and llvm::sandboxir::RegionsFromMetadata.