Home
last modified time | relevance | path

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

/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/
DCMakeLists.txt30 WholeProgramDevirt.cpp
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()