LLVM 22.0.0git
llvm::sandboxir::RegionPass Class Referenceabstract

A pass that runs on a sandbox::Region. More...

#include "llvm/SandboxIR/Pass.h"

Inheritance diagram for llvm::sandboxir::RegionPass:
[legend]

Public Member Functions

 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.

Detailed Description

A pass that runs on a sandbox::Region.

Definition at line 84 of file Pass.h.

Constructor & Destructor Documentation

◆ RegionPass()

Member Function Documentation

◆ runOnRegion()


The documentation for this class was generated from the following file: