Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance
223 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct227 WholeProgramDevirtPass() in WholeProgramDevirtPass() function229 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
1634 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1685 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1757 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
142 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
753 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()