Home
last modified time | relevance | path

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

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