Searched refs:LicmMssaNoAccForPromotionCap (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| D | LICM.h | 48 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/ |
| D | PassBuilderBindings.cpp | 127 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap) { in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() argument 128 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap = in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap() 129 LicmMssaNoAccForPromotionCap; in LLVMPassBuilderOptionsSetLicmMssaNoAccForPromotionCap()
|
| D | PassBuilder.cpp | 288 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/ |
| D | PassManagerBuilder.cpp | 206 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/ |
| D | LICM.cpp | 202 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/ |
| D | PassBuilder.h | 87 LLVMPassBuilderOptionsRef Options, unsigned LicmMssaNoAccForPromotionCap);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | LoopUtils.h | 122 unsigned LicmMssaNoAccForPromotionCap, bool IsSink, 138 unsigned LicmMssaNoAccForPromotionCap; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | PassManagerBuilder.h | 175 unsigned LicmMssaNoAccForPromotionCap; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/ |
| D | Scalar.h | 136 unsigned LicmMssaNoAccForPromotionCap);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/ |
| D | PassBuilder.h | 116 unsigned LicmMssaNoAccForPromotionCap; variable
|