Searched refs:WholeProgramDevirt (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/ |
D | CMakeLists.txt | 9 WholeProgramDevirt.cpp
|
D | WholeProgramDevirt.cpp | 17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument 62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
|
/external/llvm/unittests/Transforms/IPO/ |
D | CMakeLists.txt | 9 WholeProgramDevirt.cpp
|
D | WholeProgramDevirt.cpp | 17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument 62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 292 struct WholeProgramDevirt : public ModulePass { struct 294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() function 307 INITIALIZE_PASS(WholeProgramDevirt, "wholeprogramdevirt", 309 char WholeProgramDevirt::ID = 0; 312 return new WholeProgramDevirt; in createWholeProgramDevirtPass()
|
D | CMakeLists.txt | 30 WholeProgramDevirt.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CMakeLists.txt | 36 WholeProgramDevirt.cpp
|
D | WholeProgramDevirt.cpp | 541 struct WholeProgramDevirt : public ModulePass { struct 549 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument 553 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() function 591 INITIALIZE_PASS_BEGIN(WholeProgramDevirt, "wholeprogramdevirt", 595 INITIALIZE_PASS_END(WholeProgramDevirt, "wholeprogramdevirt", 597 char WholeProgramDevirt::ID = 0; 602 return new WholeProgramDevirt(ExportSummary, ImportSummary); in createWholeProgramDevirtPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | triple-init.ll | 9 ; the TargetLibraryInfo with ThinLTO (WholeProgramDevirt).
|
D | triple-init2.ll | 9 ; the TargetLibraryInfo with ThinLTO (WholeProgramDevirt).
|