Searched refs:createWholeProgramDevirtPass (Results 1 – 3 of 3) sorted by relevance
279 createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary,
1043 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in addLTOOptimizationPasses()1195 PM.add(createWholeProgramDevirtPass(nullptr, ImportSummary)); in populateThinLTOPassManager()1221 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in populateLTOPassManager()
753 llvm::createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in createWholeProgramDevirtPass() function in llvm