Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp110 SmallPtrSetImpl<Instruction *> &SafeWrap; member in __anon789080b40111::IRPromoter
130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()
143 SmallPtrSet<Instruction *, 4> SafeWrap; member in __anon789080b40111::TypePromotionImpl
370 SafeWrap.insert(I); in isSafeWrap()
375 SafeWrap.insert(I); in isSafeWrap()
376 SafeWrap.insert(CI); in isSafeWrap()
497 Constant *NewConst = (SafeWrap.contains(I) && in PromoteTree()
779 SafeWrap.clear(); in TryToPromote()
897 (ToPromote < 2 || (Blocks.size() == 1 && NonFreeArgs > SafeWrap.size()))) in TryToPromote()
901 SafeWrap, InstsToRemove); in TryToPromote()
[all …]