Searched refs:LicmMssaOptCap (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 122 unsigned LicmMssaOptCap) { in LLVMPassBuilderOptionsSetLicmMssaOptCap() argument 123 unwrap(Options)->PTO.LicmMssaOptCap = LicmMssaOptCap; in LLVMPassBuilderOptionsSetLicmMssaOptCap()
|
| H A D | PassBuilderPipelines.cpp | 294 LicmMssaOptCap = SetLicmMssaOptCap; in PipelineTuningOptions() 436 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 442 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 613 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 620 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 712 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 1213 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1296 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1376 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildModuleOptimizationPipeline() 1890 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildLTODefaultPipeline()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 121 SinkAndHoistLICMFlags(unsigned LicmMssaOptCap, 130 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls() 136 unsigned LicmMssaOptCap; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 91 unsigned LicmMssaOptCap);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 214 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() 217 : LicmMssaOptCap(LicmMssaOptCap), in LoopInvariantCodeMotion() 222 unsigned LicmMssaOptCap; member 230 unsigned LicmMssaOptCap = SetLicmMssaOptCap, in LegacyLICMPass() 233 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in LegacyLICMPass() 378 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument 380 : LicmMssaOptCap(LicmMssaOptCap), in SinkAndHoistLICMFlags() 433 SinkAndHoistLICMFlags Flags(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 68 unsigned LicmMssaOptCap; variable
|