Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp161 static bool isUnDroppableUser(const User *U) { return !U->isDroppable(); } in isUnDroppableUser()
166 if (!U.getUser()->isDroppable()) { in getSingleUndroppableUse()
178 if (!U->isDroppable()) { in getUniqueUndroppableUser()
199 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()
206 assert(Usr.isDroppable() && "Expected a droppable user!"); in dropDroppableUsesIn()
H A DUser.cpp115 bool User::isDroppable() const { in isDroppable() function in llvm::User
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp80 if (!II->isLifetimeStartOrEnd() && !II->isDroppable()) in isAllocaPromotable()
322 if (I->isDroppable()) { in removeIntrinsicUsers()
335 if (Inst->isDroppable()) { in removeIntrinsicUsers()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h224 bool isDroppable() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp111 return I.mayHaveSideEffects() && !I.isDroppable(); in isLoopDead()
H A DSROA.cpp932 if (II.isDroppable()) { in visitIntrinsicInst()
1820 if (!II->isLifetimeStartOrEnd() && !II->isDroppable()) in isVectorPromotionViableForSlice()
1998 if (II->isLifetimeStartOrEnd() || II->isDroppable()) in isIntegerWideningViableForSlice()
3080 assert((II.isLifetimeStartOrEnd() || II.isDroppable()) && in visitIntrinsicInst()
3087 if (II.isDroppable()) { in visitIntrinsicInst()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp592 return Acc.getRemoteInst()->isDroppable(); in funcRetrievesImplicitKernelArg()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1385 if (IgnoreDroppableUses && U->getUser()->isDroppable()) { in checkForAllUses()
2072 if (Entry.second || !U.getUser()->isDroppable()) in cleanupIR()
H A DAttributorAttributes.cpp7360 if (UserI->isDroppable()) in updateImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4202 if (U->isDroppable()) in run()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4664 if (AllowDroppable && II->isDroppable()) in onlyUsedByLifetimeMarkersOrDroppableInstsHelper()