Searched refs:InstsToRemove (Results 1 – 1 of 1) sorted by relevance
111 SmallPtrSetImpl<Instruction *> &InstsToRemove; member in __anonab9dbb3d0111::IRPromoter130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()145 SmallPtrSet<Instruction *, 4> InstsToRemove; member in __anonab9dbb3d0111::TypePromotionImpl433 InstsToRemove.insert(I); in ReplaceAllUsersOfWith()623 for (auto *I : InstsToRemove) { in Cleanup()910 SafeWrap, InstsToRemove); in TryToPromote()1003 if (!InstsToRemove.empty()) { in run()1004 for (auto *I : InstsToRemove) in run()1006 InstsToRemove.clear(); in run()