LLVM 17.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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
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 |
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.