Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance
224 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct228 WholeProgramDevirtPass() in WholeProgramDevirtPass() argument230 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() function
1708 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1759 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1831 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
146 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
753 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()