Home
last modified time | relevance | path

Searched refs:InferFunctionAttrsPass (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DInferFunctionAttrs.h26 struct InferFunctionAttrsPass : PassInfoMixin<InferFunctionAttrsPass> { struct
/llvm-project-15.0.7/llvm/test/Other/
H A Dopt-bisect-new-pass-manager.ll14 ; CHECK-MODULE-PASS: BISECT: running pass (1) InferFunctionAttrsPass on [module]
19 ; CHECK-LIMIT-MODULE-PASS: BISECT: NOT running pass (1) InferFunctionAttrsPass on [module]
26 ; CHECK-REQUIRED-PASS: BISECT: running pass (1) InferFunctionAttrsPass on [module]
35 ; CHECK-LIMIT-REQUIRED-PASS: BISECT: NOT running pass (1) InferFunctionAttrsPass on [module]
74 ; CHECK-MULTI-PASS: BISECT: running pass (1) InferFunctionAttrsPass on [module]
87 ; CHECK-LIMIT-MULTI-PASS: BISECT: running pass (1) InferFunctionAttrsPass on [module]
H A Dnew-pm-lto-defaults.ll43 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-thinlto-prelink-samplepgo-defaults.ll33 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-thinlto-postlink-pgo-defaults.ll33 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-thinlto-postlink-samplepgo-defaults.ll34 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-thinlto-prelink-pgo-defaults.ll33 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-thinlto-defaults.ll62 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
H A Dnew-pm-defaults.ll96 ; CHECK-O-NEXT: Running pass: InferFunctionAttrsPass
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp39 PreservedAnalyses InferFunctionAttrsPass::run(Module &M, in run()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dthinlto-distributed-newpm.ll26 ; CHECK-O: Running pass: InferFunctionAttrsPass
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp871 MPM.addPass(InferFunctionAttrsPass()); in buildModuleSimplificationPipeline()
1523 MPM.addPass(InferFunctionAttrsPass()); in buildLTODefaultPipeline()
H A DPassRegistry.def67 MODULE_PASS("inferattrs", InferFunctionAttrsPass())