Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp111 SmallPtrSetImpl<Instruction *> &InstsToRemove; member in __anon789080b40111::IRPromoter
130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()
144 SmallPtrSet<Instruction *, 4> InstsToRemove; member in __anon789080b40111::TypePromotionImpl
433 InstsToRemove.insert(I); in ReplaceAllUsersOfWith()
615 for (auto *I : InstsToRemove) { in Cleanup()
901 SafeWrap, InstsToRemove); in TryToPromote()
992 if (!InstsToRemove.empty()) { in run()
993 for (auto *I : InstsToRemove) in run()
995 InstsToRemove.clear(); in run()