Searched refs:isDroppable (Results 1 – 12 of 12) sorted by relevance
174 static bool isUnDroppableUser(const User *U) { return !U->isDroppable(); } in isUnDroppableUser()179 if (!U.getUser()->isDroppable()) { in getSingleUndroppableUse()191 if (!U->isDroppable()) { in getUniqueUndroppableUser()212 if (U.getUser()->isDroppable() && ShouldDrop(&U)) in dropDroppableUses()219 assert(Usr.isDroppable() && "Expected a droppable user!"); in dropDroppableUsesIn()
115 bool User::isDroppable() const { in isDroppable() function in llvm::User
274 LLVM_ABI bool isDroppable() const;
83 if (!II->isLifetimeStartOrEnd() && !II->isDroppable() && in isAllocaPromotable()538 if (I->isDroppable()) { in removeIntrinsicUsers()551 if (Inst->isDroppable()) { in removeIntrinsicUsers()
327 if (I->isLifetimeStartOrEnd() || I->isDroppable()) in hasUseAfterReturnUnsafeUses()
108 return I.mayHaveSideEffects() && !I.isDroppable(); in isLoopDead()
1265 if (II.isDroppable()) { in visitIntrinsicInst()2149 if (!II->isLifetimeStartOrEnd() && !II->isDroppable()) in isVectorPromotionViableForSlice()2447 if (II->isLifetimeStartOrEnd() || II->isDroppable()) in isIntegerWideningViableForSlice()3614 assert((II.isLifetimeStartOrEnd() || II.isDroppable()) && in visitIntrinsicInst()3621 if (II.isDroppable()) { in visitIntrinsicInst()
720 return Acc.getRemoteInst()->isDroppable(); in funcRetrievesImplicitKernelArg()
1832 if (IgnoreDroppableUses && U->getUser()->isDroppable()) { in checkForAllUses()2494 if (Done || !U.getUser()->isDroppable()) in cleanupIR()
8219 if (UserI->isDroppable()) in updateImpl()
5508 if (User->isDroppable()) in run()
6899 if (AllowDroppable && II->isDroppable()) in onlyUsedByLifetimeMarkersOrDroppableInstsHelper()