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