Searched refs:LowerTypeTestsPass (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | LowerTypeTests.h | 200 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> { 208 LowerTypeTestsPass() : UseCommandLine(true) {} in LowerTypeTestsPass() function 209 LowerTypeTestsPass(ModuleSummaryIndex *ExportSummary,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 1078 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildModuleSimplificationPipeline() 1635 MPM.addPass(LowerTypeTestsPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline() 1641 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildThinLTODefaultPipeline() 1686 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline() 1689 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline() 1763 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline() 1767 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline() 1940 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline() 1943 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline()
|
| H A D | PassRegistry.def | 87 MODULE_PASS("lowertypetests", LowerTypeTestsPass())
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 953 MPM.addPass(LowerTypeTestsPass(/*ExportSummary=*/nullptr, in RunOptimizationPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 2444 PreservedAnalyses LowerTypeTestsPass::run(Module &M, in run()
|