Searched refs:LicmMssaNoAccForPromotionCap (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderBindings.cpp | 128 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument 129 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap = in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 130 LicmMssaNoAccForPromotionCap; in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
|
H A D | PassBuilderPipelines.cpp | 319 LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap; in PipelineTuningOptions() 460 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 466 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 641 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 649 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 748 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 1283 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1366 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1446 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildModuleOptimizationPipeline() 1964 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildLTODefaultPipeline()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
H A D | PassBuilder.h | 94 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 124 unsigned LicmMssaNoAccForPromotionCap, bool IsSink, 139 unsigned LicmMssaNoAccForPromotionCap; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 224 unsigned LicmMssaNoAccForPromotionCap, in LoopInvariantCodeMotion() 227 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap), in LoopInvariantCodeMotion() 232 unsigned LicmMssaNoAccForPromotionCap; member 240 unsigned LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap, in LegacyLICMPass() 242 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in LegacyLICMPass() 387 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument 390 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap), in SinkAndHoistLICMFlags() 398 if (AccessCapCount > LicmMssaNoAccForPromotionCap) { in SinkAndHoistLICMFlags() 442 SinkAndHoistLICMFlags Flags(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in runOnLoop()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 74 unsigned LicmMssaNoAccForPromotionCap; variable
|