Searched refs:createWholeProgramDevirtPass (Results 1 – 3 of 3) sorted by relevance
274 createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary,
1026 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in addLTOOptimizationPasses()1178 PM.add(createWholeProgramDevirtPass(nullptr, ImportSummary)); in populateThinLTOPassManager()1204 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in populateLTOPassManager()
748 llvm::createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in createWholeProgramDevirtPass() function in llvm