Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()