class LowerTypeTestsPass
Declaration
class LowerTypeTestsPass : 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/IPO/LowerTypeTests.h:200
Inherits from: PassInfoMixin
Member Variables
- public llvm::ModuleSummaryIndex* ExportSummary
- public const llvm::ModuleSummaryIndex* ImportSummary
Method Overview
- public LowerTypeTestsPass(llvm::ModuleSummaryIndex * ExportSummary, const llvm::ModuleSummaryIndex * ImportSummary)
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
Methods
¶LowerTypeTestsPass(
llvm::ModuleSummaryIndex* ExportSummary,
const llvm::ModuleSummaryIndex* ImportSummary)
LowerTypeTestsPass(
llvm::ModuleSummaryIndex* ExportSummary,
const llvm::ModuleSummaryIndex* ImportSummary)
Declared at: llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:204
Parameters
- llvm::ModuleSummaryIndex* ExportSummary
- const llvm::ModuleSummaryIndex* ImportSummary
¶llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/IPO/LowerTypeTests.h:207