LLVM 22.0.0git
SafepointIRVerifier.h File Reference

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.