Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance
225 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct229 WholeProgramDevirtPass() in WholeProgramDevirtPass() argument231 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
1810 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1865 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1945 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
176 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
784 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()