Lines Matching refs:PromotionCache
115 PromotionCacheTy PromotionCache; in runOnModule() local
117 Changed |= runOnFunction(MF, PromotionCache); in runOnModule()
126 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
192 PromotionCacheTy &PromotionCache);
341 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() argument
342 auto Converted = PromotionCache.insert( in shouldConvert()
516 PromotionCacheTy &PromotionCache) { in promoteConstants() argument
527 auto &Promotion = PromotionCache[C]; in promoteConstants()
534 PromotionCacheTy &PromotionCache) { in runOnFunction() argument
551 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
566 promoteConstants(F, Updates, PromotionCache); in runOnFunction()