Lines Matching refs:PromotionCache
126 PromotionCacheTy PromotionCache; in runOnModule() local
128 Changed |= runOnFunction(MF, PromotionCache); in runOnModule()
137 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
203 PromotionCacheTy &PromotionCache);
363 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() argument
364 auto Converted = PromotionCache.insert( in shouldConvert()
538 PromotionCacheTy &PromotionCache) { in promoteConstants() argument
549 auto &Promotion = PromotionCache[C]; in promoteConstants()
556 PromotionCacheTy &PromotionCache) { in runOnFunction() argument
574 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
589 promoteConstants(F, Updates, PromotionCache); in runOnFunction()