LLVM 20.0.0git
|
Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs. More...
#include "llvm/IR/SafepointIRVerifier.h"
Public Member Functions | |
SafepointIRVerifierPass ()=default | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< SafepointIRVerifierPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< SafepointIRVerifierPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs.
Definition at line 37 of file SafepointIRVerifier.h.
|
explicitdefault |
|
inlinestatic |
Definition at line 44 of file SafepointIRVerifier.h.
PreservedAnalyses llvm::SafepointIRVerifierPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 201 of file SafepointIRVerifier.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and Verify.