Searched refs:LowerTypeTestsPass (Results 1 – 4 of 4) sorted by relevance
200 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {204 LowerTypeTestsPass(ModuleSummaryIndex *ExportSummary, in LowerTypeTestsPass() function
1129 MPM.addPass(LowerTypeTestsPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()1166 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1232 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()1359 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
66 MODULE_PASS("lowertypetests", LowerTypeTestsPass(nullptr, nullptr))
2197 PreservedAnalyses LowerTypeTestsPass::run(Module &M, in run()