Home
last modified time | relevance | path

Searched refs:createWholeProgramDevirtPass (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/
DIPO.h226 ModulePass *createWholeProgramDevirtPass();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DIPO.h252 createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp782 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in addLTOOptimizationPasses()
925 PM.add(createWholeProgramDevirtPass(nullptr, ImportSummary)); in populateThinLTOPassManager()
949 PM.add(createWholeProgramDevirtPass(ExportSummary, nullptr)); in populateLTOPassManager()
DWholeProgramDevirt.cpp600 llvm::createWholeProgramDevirtPass(ModuleSummaryIndex *ExportSummary, in createWholeProgramDevirtPass() function in llvm
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp622 PM.add(createWholeProgramDevirtPass()); in addLTOOptimizationPasses()
DWholeProgramDevirt.cpp311 ModulePass *llvm::createWholeProgramDevirtPass() { in createWholeProgramDevirtPass() function in llvm