Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp111 SmallPtrSetImpl<Instruction *> &InstsToRemove; member in __anonab9dbb3d0111::IRPromoter
130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()
145 SmallPtrSet<Instruction *, 4> InstsToRemove; member in __anonab9dbb3d0111::TypePromotionImpl
433 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()