struct RewriteStatepointsForGC
Declaration
struct RewriteStatepointsForGC : public PassInfoMixin { /* full declaration omitted */ };
Description
A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.
Declared at: llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h:29
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
- public bool runOnFunction(llvm::Function & F, llvm::DominatorTree &, llvm::TargetTransformInfo &, const llvm::TargetLibraryInfo &)
Methods
¶llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h:30
Parameters
¶bool runOnFunction(llvm::Function& F,
llvm::DominatorTree&,
llvm::TargetTransformInfo&,
const llvm::TargetLibraryInfo&)
bool runOnFunction(llvm::Function& F,
llvm::DominatorTree&,
llvm::TargetTransformInfo&,
const llvm::TargetLibraryInfo&)
Declared at: llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h:32