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