Home
last modified time | relevance | path

Searched refs:PromotionCacheTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp100 using PromotionCacheTy = SmallDenseMap<Constant *, PromotedConstant, 16>; typedef in __anon686f155f0111::AArch64PromoteConstant
126 PromotionCacheTy PromotionCache; in runOnModule()
137 bool runOnFunction(Function &F, PromotionCacheTy &PromotionCache);
203 PromotionCacheTy &PromotionCache);
363 AArch64PromoteConstant::PromotionCacheTy &PromotionCache) { in shouldConvert()
538 PromotionCacheTy &PromotionCache) { in promoteConstants()
556 PromotionCacheTy &PromotionCache) { in runOnFunction()