Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp16 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument
61 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument
/external/llvm/unittests/Transforms/IPO/
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
293 static char ID;
294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() argument
297 bool runOnModule(Module &M) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp615 struct WholeProgramDevirt : public ModulePass { struct
616 static char ID;
618 bool UseCommandLine = false;
620 ModuleSummaryIndex *ExportSummary = nullptr;
621 const ModuleSummaryIndex *ImportSummary = nullptr;
623 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument
627 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() function
634 bool runOnModule(Module &M) override { in runOnModule()
662 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm-project/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp674 struct WholeProgramDevirt : public ModulePass { struct
675 static char ID;
677 bool UseCommandLine = false;
679 ModuleSummaryIndex *ExportSummary = nullptr;
680 const ModuleSummaryIndex *ImportSummary = nullptr;
682 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument
686 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() function
693 bool runOnModule(Module &M) override { in runOnModule()
721 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()