Home
last modified time | relevance | path

Searched refs:ExportSummary (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h202 ModuleSummaryIndex *ExportSummary;
204 LowerTypeTestsPass(ModuleSummaryIndex *ExportSummary, in LowerTypeTestsPass() argument
206 : ExportSummary(ExportSummary), ImportSummary(ImportSummary) {} in LowerTypeTestsPass()
DWholeProgramDevirt.h224 ModuleSummaryIndex *ExportSummary; member
226 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass()
228 : ExportSummary(ExportSummary), ImportSummary(ImportSummary) { in WholeProgramDevirtPass()
229 assert(!(ExportSummary && ImportSummary)); in WholeProgramDevirtPass()
DPassManagerBuilder.h149 ModuleSummaryIndex *ExportSummary = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp449 ModuleSummaryIndex *ExportSummary; member
476 ModuleSummaryIndex *ExportSummary, in DevirtModule()
479 ExportSummary(ExportSummary), ImportSummary(ImportSummary), in DevirtModule()
486 assert(!(ExportSummary && ImportSummary)); in DevirtModule()
504 bool trySingleImplDevirt(ModuleSummaryIndex *ExportSummary,
584 ModuleSummaryIndex &ExportSummary; member
596 ModuleSummaryIndex &ExportSummary, in DevirtIndex()
599 : ExportSummary(ExportSummary), ExportedGUIDs(ExportedGUIDs), in DevirtIndex()
620 ModuleSummaryIndex *ExportSummary = nullptr; member
627 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt()
[all …]
DLowerTypeTests.cpp383 ModuleSummaryIndex *ExportSummary; member in __anon567771ad0111::LowerTypeTestsModule
502 LowerTypeTestsModule(Module &M, ModuleSummaryIndex *ExportSummary,
517 ModuleSummaryIndex *ExportSummary; member
524 LowerTypeTests(ModuleSummaryIndex *ExportSummary, in LowerTypeTests()
526 : ModulePass(ID), ExportSummary(ExportSummary), in LowerTypeTests()
534 return LowerTypeTestsModule(M, ExportSummary, ImportSummary).lower(); in runOnModule()
546 llvm::createLowerTypeTestsPass(ModuleSummaryIndex *ExportSummary, in createLowerTypeTestsPass() argument
548 return new LowerTypeTests(ExportSummary, ImportSummary); in createLowerTypeTestsPass()
905 ExportSummary->getOrInsertTypeIdSummary(TypeId).TTRes; in exportTypeId()
1519 ExportSummary->cfiFunctionDefs().insert(F->getName()); in buildBitSetsFromFunctionsNative()
[all …]
DPassManagerBuilder.cpp894 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in addLTOOptimizationPasses()
1079 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in populateLTOPassManager()
1089 PM.add(createLowerTypeTestsPass(ExportSummary, nullptr)); in populateLTOPassManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp158 ModuleSummaryIndex *ExportSummary, in runNewPMPasses() argument
223 MPM = PB.buildLTODefaultPipeline(OL, Conf.DebugPassManager, ExportSummary); in runNewPMPasses()
273 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in runOldPMPasses() argument
281 PMB.ExportSummary = ExportSummary; in runOldPMPasses()
304 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in opt() argument
311 runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary, in opt()
314 runOldPMPasses(Conf, Mod, TM, IsThinLTO, ExportSummary, ImportSummary); in opt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h243 ModulePass *createLowerTypeTestsPass(ModuleSummaryIndex *ExportSummary,
260 createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1159 ModuleSummaryIndex *ExportSummary) { in buildLTODefaultPipeline() argument
1165 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1166 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1226 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1232 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1359 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h400 ModuleSummaryIndex *ExportSummary);