Searched defs:WholeProgramDevirt (Results 1 – 3 of 3) sorted by relevance
615 struct WholeProgramDevirt : public ModulePass { struct616 static char ID;618 bool UseCommandLine = false;620 ModuleSummaryIndex *ExportSummary = nullptr;621 const ModuleSummaryIndex *ImportSummary = nullptr;623 WholeProgramDevirt() : ModulePass(ID), UseCommandLine(true) { in WholeProgramDevirt() argument627 WholeProgramDevirt(ModuleSummaryIndex *ExportSummary, in WholeProgramDevirt() function634 bool runOnModule(Module &M) override { in runOnModule()662 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
292 struct WholeProgramDevirt : public ModulePass { struct293 static char ID;294 WholeProgramDevirt() : ModulePass(ID) { in WholeProgramDevirt() function297 bool runOnModule(Module &M) { in runOnModule()
17 TEST(WholeProgramDevirt, findLowestOffset) { in TEST() argument62 TEST(WholeProgramDevirt, setReturnValues) { in TEST() argument