Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument
62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument
62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp541 struct WholeProgramDevirt : public ModulePass { struct
542 static char ID;
544 bool UseCommandLine = false;
546 ModuleSummaryIndex *ExportSummary;
547 const ModuleSummaryIndex *ImportSummary;
549 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument
553 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() argument
560 bool runOnModule(Module &M) override { in runOnModule()
583 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp292 struct WholeProgramDevirt : public ModulePass { struct
293 static char ID;
294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() argument
297 bool runOnModule(Module &M) { in runOnModule()