Searched refs:WholeProgramDevirtPass (Results 1 – 4 of 4) sorted by relevance
221 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct224 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
83 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass(nullptr, nullptr))
977 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1070 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
617 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()