Searched refs:isDroppable (Results 1 – 11 of 11) sorted by relevance
161 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()
115 bool User::isDroppable() const { in isDroppable() function in llvm::User
80 if (!II->isLifetimeStartOrEnd() && !II->isDroppable()) in isAllocaPromotable()322 if (I->isDroppable()) { in removeIntrinsicUsers()335 if (Inst->isDroppable()) { in removeIntrinsicUsers()
224 bool isDroppable() const;
111 return I.mayHaveSideEffects() && !I.isDroppable(); in isLoopDead()
932 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()
592 return Acc.getRemoteInst()->isDroppable(); in funcRetrievesImplicitKernelArg()
1385 if (IgnoreDroppableUses && U->getUser()->isDroppable()) { in checkForAllUses()2072 if (Entry.second || !U.getUser()->isDroppable()) in cleanupIR()
7360 if (UserI->isDroppable()) in updateImpl()
4202 if (U->isDroppable()) in run()
4664 if (AllowDroppable && II->isDroppable()) in onlyUsedByLifetimeMarkersOrDroppableInstsHelper()