Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp110 SmallPtrSetImpl<Instruction *> &SafeWrap; member in __anona30667b30111::IRPromoter
130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()
143 SmallPtrSet<Instruction *, 4> SafeWrap; member in __anona30667b30111::TypePromotionImpl
368 SafeWrap.insert(I); in isSafeWrap()
373 SafeWrap.insert(I); in isSafeWrap()
374 SafeWrap.insert(CI); in isSafeWrap()
497 (SafeWrap.contains(I) && in PromoteTree()
780 SafeWrap.clear(); in TryToPromote()
902 SafeWrap, InstsToRemove); in TryToPromote()
917 SafeWrap.clear(); in run()
[all …]