Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp512 struct LowerTypeTests : public ModulePass { struct
513 static char ID;
515 bool UseCommandLine = false;
517 ModuleSummaryIndex *ExportSummary;
518 const ModuleSummaryIndex *ImportSummary;
520 LowerTypeTests() : ModulePass(ID), UseCommandLine(true) { in LowerTypeTests() argument
524 LowerTypeTests(ModuleSummaryIndex *ExportSummary, in LowerTypeTests() function
531 bool runOnModule(Module &M) override { in runOnModule()