LLVM 22.0.0git
|
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromBBs.h"
Public Member Functions | |
RegionsFromBBs (StringRef Pipeline) | |
bool | runOnFunction (Function &F, const Analyses &A) final |
\Returns true if it modifies F . | |
void | printPipeline (raw_ostream &OS) const final |
Similar to print() but adds a newline. Used for testing. | |
![]() | |
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. | |
Definition at line 23 of file RegionsFromBBs.h.
llvm::sandboxir::RegionsFromBBs::RegionsFromBBs | ( | StringRef | Pipeline | ) |
Definition at line 16 of file RegionsFromBBs.cpp.
|
inlinefinalvirtual |
Similar to print() but adds a newline. Used for testing.
Reimplemented from llvm::sandboxir::Pass.
Definition at line 30 of file RegionsFromBBs.h.
References llvm::sandboxir::Pass::getName(), and OS.
|
finalvirtual |
\Returns true if it modifies F
.
Implements llvm::sandboxir::FunctionPass.
Definition at line 20 of file RegionsFromBBs.cpp.
References A, llvm::SmallVectorTemplateCommon< T, typename >::back(), F, I, llvm::SmallVectorTemplateBase< T, bool >::push_back(), and llvm::sandboxir::RegionPassManager::runOnRegion().