|
LLVM
8.0.1
|
#include "llvm/Transforms/IPO/LowerTypeTests.h"


Public Member Functions | |
| LowerTypeTestsPass (ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Attributes | |
| ModuleSummaryIndex * | ExportSummary |
| const ModuleSummaryIndex * | ImportSummary |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< LowerTypeTestsPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 199 of file LowerTypeTests.h.
|
inline |
Definition at line 203 of file LowerTypeTests.h.
| PreservedAnalyses LowerTypeTestsPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 2120 of file LowerTypeTests.cpp.
References llvm::PreservedAnalyses::all(), and llvm::PreservedAnalyses::none().
| ModuleSummaryIndex* llvm::LowerTypeTestsPass::ExportSummary |
Definition at line 201 of file LowerTypeTests.h.
| const ModuleSummaryIndex* llvm::LowerTypeTestsPass::ImportSummary |
Definition at line 202 of file LowerTypeTests.h.
1.8.13