Searched refs:createWholeProgramDevirtPass (Results 1 – 3 of 3) sorted by relevance
257 createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary,
809 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in addLTOOptimizationPasses()953 PM.add(createWholeProgramDevirtPass(nullptr, ImportSummary)); in populateThinLTOPassManager()977 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in populateLTOPassManager()
612 llvm::createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in createWholeProgramDevirtPass() function in llvm