Searched refs:WholeProgramDevirtPass (Results 1 – 7 of 7) sorted by relevance
224 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct228 WholeProgramDevirtPass() in WholeProgramDevirtPass() argument230 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
50 ; CHECK-LTO-NEXT: Running pass: WholeProgramDevirtPass
73 ; CHECK-O-NEXT: Running pass: WholeProgramDevirtPass
1426 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1486 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1562 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
120 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
22 ; CHECK-O: Running pass: WholeProgramDevirtPass
752 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()