Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/
DCMakeLists.txt9 WholeProgramDevirt.cpp
DWholeProgramDevirt.cpp17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument
62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
/external/llvm/unittests/Transforms/IPO/
DCMakeLists.txt9 WholeProgramDevirt.cpp
DWholeProgramDevirt.cpp17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument
62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp292 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()
DCMakeLists.txt30 WholeProgramDevirt.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt36 WholeProgramDevirt.cpp
DWholeProgramDevirt.cpp541 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/
Dtriple-init.ll9 ; the TargetLibraryInfo with ThinLTO (WholeProgramDevirt).
Dtriple-init2.ll9 ; the TargetLibraryInfo with ThinLTO (WholeProgramDevirt).