Home
last modified time | relevance | path

Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h224 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct
228 WholeProgramDevirtPass() in WholeProgramDevirtPass() function
230 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassBuilderPipelines.cpp1521 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()
1581 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1657 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
DPassRegistry.def121 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp751 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()