Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp142 SmallPtrSet<Instruction *, 8> SafeToPromote; member in __anon789080b40111::TypePromotionImpl
764 if (SafeToPromote.count(I)) in isLegalToPromote()
768 SafeToPromote.insert(I); in isLegalToPromote()
778 SafeToPromote.clear(); in TryToPromote()
915 SafeToPromote.clear(); in run()
1000 SafeToPromote.clear(); in run()