Home
last modified time | relevance | path

Searched refs:WholeProgramDevirtPass (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h221 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct
224 WholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirtPass() argument
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h217 struct WholeProgramDevirtPass : public PassInfoMixin<WholeProgramDevirtPass> { struct
/external/llvm/lib/Passes/
DPassRegistry.def68 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass())
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dnew-pm-lto-defaults.ll56 ; CHECK-O-NEXT: Running pass: WholeProgramDevirtPass
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassRegistry.def78 MODULE_PASS("wholeprogramdevirt", WholeProgramDevirtPass(nullptr, nullptr))
DPassBuilder.cpp943 MPM.addPass(WholeProgramDevirtPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()
1029 MPM.addPass(WholeProgramDevirtPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp315 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp605 PreservedAnalyses WholeProgramDevirtPass::run(Module &M, in run()