Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp143 SmallPtrSet<Instruction *, 8> SafeToPromote; member in __anonab9dbb3d0111::TypePromotionImpl
773 if (SafeToPromote.count(I)) in isLegalToPromote()
777 SafeToPromote.insert(I); in isLegalToPromote()
787 SafeToPromote.clear(); in TryToPromote()
924 SafeToPromote.clear(); in run()
1011 SafeToPromote.clear(); in run()