Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp111 SmallPtrSetImpl<Instruction *> &InstsToRemove; member in __anona30667b30111::IRPromoter
130 Sinks(sinks), SafeWrap(wrap), InstsToRemove(instsToRemove) { in IRPromoter()
144 SmallPtrSet<Instruction *, 4> InstsToRemove; member in __anona30667b30111::TypePromotionImpl
431 InstsToRemove.insert(I); in ReplaceAllUsersOfWith()
615 for (auto *I : InstsToRemove) { in Cleanup()
902 SafeWrap, InstsToRemove); in TryToPromote()
993 if (!InstsToRemove.empty()) { in run()
994 for (auto *I : InstsToRemove) in run()
996 InstsToRemove.clear(); in run()