Searched defs:WholeProgramDevirt (Results 1 – 1 of 1) sorted by relevance
682 struct WholeProgramDevirt : public ModulePass { struct683 static char ID;685 bool UseCommandLine = false;687 ModuleSummaryIndex *ExportSummary = nullptr;688 const ModuleSummaryIndex *ImportSummary = nullptr;690 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() function694 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() argument701 bool runOnModule(Module &M) override { in runOnModule()729 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()