18#ifndef LLVM_IR_SAFEPOINTIRVERIFIER_H
19#define LLVM_IR_SAFEPOINTIRVERIFIER_H
This header defines various interfaces for pass management in LLVM.
A container for analyses that lazily runs them and caches their results.
A set of analyses that are preserved following a run of a transformation pass.
Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for ...
SafepointIRVerifierPass()=default
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
This is an optimization pass for GlobalISel generic memory operations.
void verifySafepointIR(Function &F)
Run the safepoint verifier over a single function. Crashes on failure.
FunctionPass * createSafepointIRVerifierPass()
Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for ...
A CRTP mix-in to automatically provide informational APIs needed for passes.