Home
last modified time | relevance | path

Searched refs:LicmMssaNoAccForPromotionCap (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp128 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument
129 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap = in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
130 LicmMssaNoAccForPromotionCap; in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
H A DPassBuilderPipelines.cpp319 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 DPassBuilder.h94 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h124 unsigned LicmMssaNoAccForPromotionCap, bool IsSink,
139 unsigned LicmMssaNoAccForPromotionCap; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp224 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 DPassBuilder.h74 unsigned LicmMssaNoAccForPromotionCap; variable