Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp142 SmallPtrSet<Instruction *, 8> SafeToPromote; member in __anona30667b30111::TypePromotionImpl
765 if (SafeToPromote.count(I)) in isLegalToPromote()
769 SafeToPromote.insert(I); in isLegalToPromote()
779 SafeToPromote.clear(); in TryToPromote()
916 SafeToPromote.clear(); in run()
1001 SafeToPromote.clear(); in run()