Home
last modified time | relevance | path

Searched refs:LowerTypeTestsPass (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h200 class LowerTypeTestsPass : public PassInfoMixin<LowerTypeTestsPass> {
208 LowerTypeTestsPass() : UseCommandLine(true) {} in LowerTypeTestsPass() function
209 LowerTypeTestsPass(ModuleSummaryIndex *ExportSummary,
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp1010 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildModuleSimplificationPipeline()
1522 MPM.addPass(LowerTypeTestsPass(nullptr, ImportSummary)); in buildThinLTODefaultPipeline()
1528 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildThinLTODefaultPipeline()
1582 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1585 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline()
1663 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1667 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline()
1826 MPM.addPass(LowerTypeTestsPass(ExportSummary, nullptr)); in buildLTODefaultPipeline()
1829 MPM.addPass(LowerTypeTestsPass(nullptr, nullptr, true)); in buildLTODefaultPipeline()
H A DPassRegistry.def83 MODULE_PASS("lowertypetests", LowerTypeTestsPass())
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp936 MPM.addPass(LowerTypeTestsPass(/*ExportSummary=*/nullptr, in RunOptimizationPipeline()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2297 PreservedAnalyses LowerTypeTestsPass::run(Module &M, in run()