LLVM 19.0.0git
Classes | Namespaces | Functions
SafepointIRVerifier.h File Reference
#include "llvm/IR/PassManager.h"

Go to the source code of this file.

Classes

class  llvm::SafepointIRVerifierPass
 Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

void llvm::verifySafepointIR (Function &F)
 Run the safepoint verifier over a single function. Crashes on failure.
 
FunctionPassllvm::createSafepointIRVerifierPass ()
 Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs.