LLVM
10.0.0svn
|
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 () | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
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.
|
inlineexplicit |
Definition at line 40 of file SafepointIRVerifier.h.
PreservedAnalyses llvm::SafepointIRVerifierPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 201 of file SafepointIRVerifier.cpp.
References llvm::AnalysisUsage::addRequiredID(), llvm::PreservedAnalyses::all(), F(), llvm::PassRegistry::getPassRegistry(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::DominatorTreeWrapperPass::ID, llvm::initializeSafepointIRVerifierPass(), runOnFunction(), llvm::AnalysisUsage::setPreservesAll(), and Verify().
Referenced by SafepointIRVerifierPass().