LLVM 20.0.0git
|
#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. | |
FunctionPass * | llvm::createSafepointIRVerifierPass () |
Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs. | |