LLVM 22.0.0git
|
#include "llvm/Transforms/IPO/WholeProgramDevirt.h"
Public Member Functions | |
WholeProgramDevirtPass () | |
WholeProgramDevirtPass (ModuleSummaryIndex *ExportSummary, const ModuleSummaryIndex *ImportSummary) | |
LLVM_ABI PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Public Member Functions inherited from llvm::PassInfoMixin< WholeProgramDevirtPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Attributes | |
ModuleSummaryIndex * | ExportSummary |
const ModuleSummaryIndex * | ImportSummary |
bool | UseCommandLine = false |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< WholeProgramDevirtPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Definition at line 225 of file WholeProgramDevirt.h.
|
inline |
Definition at line 229 of file WholeProgramDevirt.h.
References ExportSummary, ImportSummary, and UseCommandLine.
|
inline |
Definition at line 231 of file WholeProgramDevirt.h.
References assert(), ExportSummary, and ImportSummary.
PreservedAnalyses WholeProgramDevirtPass::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM ) |
Definition at line 790 of file WholeProgramDevirt.cpp.
References llvm::PreservedAnalyses::all(), ExportSummary, ImportSummary, MAM, llvm::PreservedAnalyses::none(), run(), and UseCommandLine.
Referenced by run().
ModuleSummaryIndex* llvm::WholeProgramDevirtPass::ExportSummary |
Definition at line 226 of file WholeProgramDevirt.h.
Referenced by run(), WholeProgramDevirtPass(), and WholeProgramDevirtPass().
const ModuleSummaryIndex* llvm::WholeProgramDevirtPass::ImportSummary |
Definition at line 227 of file WholeProgramDevirt.h.
Referenced by run(), WholeProgramDevirtPass(), and WholeProgramDevirtPass().
bool llvm::WholeProgramDevirtPass::UseCommandLine = false |
Definition at line 228 of file WholeProgramDevirt.h.
Referenced by run(), and WholeProgramDevirtPass().