Searched refs:LicmMssaNoAccForPromotionCap (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PassManagerBuilder.cpp | 167 LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap; in PassManagerBuilder() 402 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses() 448 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses() 678 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager() 744 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager() 786 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager() 960 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addLTOOptimizationPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 179 unsigned LicmMssaNoAccForPromotionCap) in LoopInvariantCodeMotion() 181 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap) {} in LoopInvariantCodeMotion() 186 unsigned LicmMssaNoAccForPromotionCap; member 199 unsigned LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap) in LegacyLICMPass() 200 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) { in LegacyLICMPass() 291 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in run() 318 unsigned LicmMssaNoAccForPromotionCap) { in createLICMPass() argument 319 return new LegacyLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap); in createLICMPass() 360 if (AccessCapCount > LicmMssaNoAccForPromotionCap) { in runOnLoop() 388 LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in runOnLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | PassManagerBuilder.h | 173 unsigned LicmMssaNoAccForPromotionCap; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/ |
D | Scalar.h | 146 unsigned LicmMssaNoAccForPromotionCap);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 109 unsigned LicmMssaNoAccForPromotionCap; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 239 LicmMssaNoAccForPromotionCap = SetLicmMssaNoAccForPromotionCap; in PipelineTuningOptions() 475 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap)); in buildFunctionSimplificationPipeline() 547 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap), in buildFunctionSimplificationPipeline() 987 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap), in buildModuleOptimizationPipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
D | PassBuilder.h | 101 unsigned LicmMssaNoAccForPromotionCap; variable
|