Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance
224 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct228 WholeProgramDevirtPass() in WholeProgramDevirtPass() function230 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
1521 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1581 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1657 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
121 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
751 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()