Searched refs:WholeProgramDevirtPass (Results 1 – 8 of 8) sorted by relevance
221 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct224 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
217 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct
68 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
56 ; CHECK-O-NEXT: Running pass: WholeProgramDevirtPass
78 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass(nullptr, nullptr))
943 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1029 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
315 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()
605 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()