Searched refs:LicmMssaOptCap (Results 1 – 6 of 6) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Passes/ |
| HD | PassBuilderBindings.cpp | 123 unsigned LicmMssaOptCap) { in LLVMPassBuilderOptionsSetLicmMssaOptCap() argument 124 unwrap(Options)->PTO.LicmMssaOptCap = LicmMssaOptCap; in LLVMPassBuilderOptionsSetLicmMssaOptCap()
|
| HD | PassBuilderPipelines.cpp | 318 LicmMssaOptCap = SetLicmMssaOptCap; 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-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | LoopUtils.h | 123 SinkAndHoistLICMFlags(unsigned LicmMssaOptCap, 132 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; } in tooManyClobberingCalls() 138 unsigned LicmMssaOptCap; variable
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| HD | PassBuilder.h | 91 unsigned LicmMssaOptCap);
|
| /freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | LICM.cpp | 223 LoopInvariantCodeMotion(unsigned LicmMssaOptCap, in LoopInvariantCodeMotion() 226 : LicmMssaOptCap(LicmMssaOptCap), in LoopInvariantCodeMotion() 231 unsigned LicmMssaOptCap; member 239 unsigned LicmMssaOptCap = SetLicmMssaOptCap, in LegacyLICMPass() 242 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in LegacyLICMPass() 387 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink, in SinkAndHoistLICMFlags() argument 389 : LicmMssaOptCap(LicmMssaOptCap), in SinkAndHoistLICMFlags() 442 SinkAndHoistLICMFlags Flags(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in runOnLoop()
|
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/Passes/ |
| HD | PassBuilder.h | 70 unsigned LicmMssaOptCap; variable
|