| LLVM 22.0.0git
    | 
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Passes/TransactionSave.h"
| Public Member Functions | |
| TransactionSave () | |
| bool | runOnRegion (Region &Rgn, const Analyses &A) final | 
| \Returns true if it modifies R. | |
| Public Member Functions inherited from llvm::sandboxir::RegionPass | |
| RegionPass (StringRef Name) | |
| Namecan't contain any spaces or start with '-'. | |
| Public Member Functions inherited from llvm::sandboxir::Pass | |
| Pass (StringRef Name) | |
| Namecan'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. | |
Definition at line 20 of file TransactionSave.h.
| 
 | inline | 
Definition at line 22 of file TransactionSave.h.
References llvm::sandboxir::RegionPass::RegionPass().
\Returns true if it modifies R. 
Implements llvm::sandboxir::RegionPass.
Definition at line 15 of file TransactionSave.cpp.
References A(), llvm::dbgs(), DEBUG_PREFIX, llvm::sandboxir::Region::getContext(), LLVM_DEBUG, and llvm::sandboxir::Context::save().