Searched refs:LicmMssaOptCap (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/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 | 191 LicmMssaOptCap = SetLicmMssaOptCap; in PipelineTuningOptions() 299 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 305 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline() 481 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 488 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 586 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline() 1050 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1119 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses() 1676 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildLTODefaultPipeline()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PassManagerBuilder.cpp | 180 LicmMssaOptCap = SetLicmMssaOptCap; in PassManagerBuilder() 373 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 378 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 441 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 497 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addVectorPasses() 561 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addVectorPasses() 712 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in populateModulePassManager()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | LoopUtils.h | 118 SinkAndHoistLICMFlags(unsigned LicmMssaOptCap, 128 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls() 134 unsigned LicmMssaOptCap; variable
|
| /llvm-project-15.0.7/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 91 unsigned LicmMssaOptCap);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 186 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() 189 : LicmMssaOptCap(LicmMssaOptCap), in LoopInvariantCodeMotion() 194 unsigned LicmMssaOptCap; member 202 unsigned LicmMssaOptCap = SetLicmMssaOptCap, in LegacyLICMPass() 205 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in LegacyLICMPass() 346 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() argument 349 return new LegacyLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in createLICMPass() 359 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument 361 : LicmMssaOptCap(LicmMssaOptCap), in SinkAndHoistLICMFlags() 418 SinkAndHoistLICMFlags Flags(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in runOnLoop()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | PassManagerBuilder.h | 168 unsigned LicmMssaOptCap; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/ |
| H A D | Scalar.h | 135 Pass *createLICMPass(unsigned LicmMssaOptCap,
|
| /llvm-project-15.0.7/llvm/include/llvm/Passes/ |
| H A D | PassBuilder.h | 64 unsigned LicmMssaOptCap; variable
|