Lines Matching refs:LicmMssaNoAccForPromotionCap
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
351 LicmMssaNoAccForPromotionCap(LicmMssaNoAccForPromotionCap), in SinkAndHoistLICMFlags()
364 if (AccessCapCount > LicmMssaNoAccForPromotionCap) { in SinkAndHoistLICMFlags()
413 LicmMssaOptCap, LicmMssaNoAccForPromotionCap, /*IsSink=*/true); in runOnLoop()
418 LicmMssaOptCap, LicmMssaNoAccForPromotionCap, /*IsSink=*/true, L, MSSA); in runOnLoop()