Searched defs:WholeProgramDevirt (Results 1 – 1 of 1) sorted by relevance
546 struct WholeProgramDevirt : public ModulePass { struct547 static char ID;549 bool UseCommandLine = false;551 ModuleSummaryIndex *ExportSummary;552 const ModuleSummaryIndex *ImportSummary;554 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument558 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() argument565 bool runOnModule(Module &M) override { in runOnModule()593 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()