Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
DLICM.h48 unsigned LicmMssaNoAccForPromotionCap; variable
53 LicmMssaNoAccForPromotionCap(SetLicmMssaNoAccForPromotionCap) {} in LICMPass()
54 LICMPass(unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap) in LICMPass() argument
56 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap) {} in LICMPass()
64 unsigned LicmMssaNoAccForPromotionCap; variable
69 LicmMssaNoAccForPromotionCap(SetLicmMssaNoAccForPromotionCap) {} in LNICMPass()
70 LNICMPass(unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap) in LNICMPass() argument
72 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap) {} in LNICMPass()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
DPassBuilderBindings.cpp127 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument
128 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap = in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
129 LicmMssaNoAccForPromotionCap; in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
DPassBuilder.cpp288 LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap; in PipelineTuningOptions()
582 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in buildO1FunctionSimplificationPipeline()
587 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in buildO1FunctionSimplificationPipeline()
754 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in buildFunctionSimplificationPipeline()
760 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in buildFunctionSimplificationPipeline()
850 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap), in buildFunctionSimplificationPipeline()
1246 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in addVectorPasses()
1311 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap), in addVectorPasses()
1836 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap), in buildLTODefaultPipeline()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp206 LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap; in PassManagerBuilder()
451 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
455 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
519 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
578 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()
639 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()
884 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager()
1118 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addLTOOptimizationPasses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp202 unsigned LicmMssaNoAccForPromotionCap) in LoopInvariantCodeMotion()
204 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap) {} in LoopInvariantCodeMotion()
208 unsigned LicmMssaNoAccForPromotionCap; member
218 unsigned LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap) in LegacyLICMPass()
219 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) { in LegacyLICMPass()
283 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in run()
306 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in run()
338 unsigned LicmMssaNoAccForPromotionCap) { in createLICMPass() argument
339 return new LegacyLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in createLICMPass()
348 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/
DPassBuilder.h87 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h122 unsigned LicmMssaNoAccForPromotionCap, bool IsSink,
138 unsigned LicmMssaNoAccForPromotionCap; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h175 unsigned LicmMssaNoAccForPromotionCap; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
DScalar.h136 unsigned LicmMssaNoAccForPromotionCap);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h116 unsigned LicmMssaNoAccForPromotionCap; variable