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);
349 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert() argument
350 auto Converted = PromotionCache.insert( in shouldConvert()
523 PromotionCacheTy &PromotionCache) { in promoteConstants() argument
534 auto &Promotion = PromotionCache[C]; in promoteConstants()
541 PromotionCacheTy &PromotionCache) { in runOnFunction() argument
558 if (!shouldConvert(*Cst, PromotionCache)) in runOnFunction()
573 promoteConstants(F, Updates, PromotionCache); in runOnFunction()