Searched refs:getValPtr (Results 1 – 14 of 14) sorted by relevance
43 : PrevPair(nullptr, Kind), Val(RHS.getValPtr()) { in ValueHandleBase()44 if (isValid(getValPtr())) in ValueHandleBase()60 if (isValid(getValPtr())) in ValueHandleBase()65 if (isValid(getValPtr())) in ~ValueHandleBase()70 if (getValPtr() == RHS)72 if (isValid(getValPtr()))75 if (isValid(getValPtr()))81 if (getValPtr() == RHS.getValPtr())82 return RHS.getValPtr();83 if (isValid(getValPtr()))[all …]
258 KeyT Unwrap() const { return cast_or_null<KeySansPointerT>(getValPtr()); }322 return LHS == RHS.getValPtr();
788 assert(getValPtr() == Next->getValPtr() && "Added to wrong list?"); in AddToExistingUseList()803 assert(getValPtr() && "Null pointer doesn't have a use list!"); in AddToUseList()805 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()807 if (getValPtr()->HasValueHandle) { in AddToUseList()810 ValueHandleBase *&Entry = pImpl->ValueHandles[getValPtr()]; in AddToUseList()824 ValueHandleBase *&Entry = Handles[getValPtr()]; in AddToUseList()827 getValPtr()->HasValueHandle = true; in AddToUseList()839 assert(I->second && I->first == I->second->getValPtr() && in AddToUseList()846 assert(getValPtr() && getValPtr()->HasValueHandle && in RemoveFromUseList()863 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()[all …]
141 auto AVI = AC->AffectedValues.find(getValPtr()); in deleted()165 AC->transferAffectedValuesInCache(getValPtr(), NV); in allUsesReplacedWith()242 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
18 PV->invalidateValue(getValPtr()); in deleted()24 PV->invalidateValue(getValPtr()); in allUsesReplacedWith()
720 AST->deleteValue(getValPtr()); in deleted()725 AST->copyValue(getValPtr(), V); in allUsesReplacedWith()
211 Value *V = getValPtr(); in deleted()
11420 if (PHINode *PN = dyn_cast<PHINode>(getValPtr())) in deleted()11422 SE->eraseValueFromMap(getValPtr()); in deleted()11432 Value *Old = getValPtr(); in allUsesReplacedWith()
38 auto *Val = getValPtr(); in removeSelfFromCache()
46 return cast<Instruction>(getValPtr()); in getUser()
157 BPI->eraseBlock(cast<BasicBlock>(getValPtr())); in deleted()
487 Value *getValue() const { return getValPtr(); } in getValue()501 Type *getType() const { return getValPtr()->getType(); } in getType()
196 Map->UpdateForDeletedBlock(cast<BasicBlock>(getValPtr())); in deleted()200 Map->UpdateForRAUWBlock(cast<BasicBlock>(getValPtr()), cast<BasicBlock>(V2)); in allUsesReplacedWith()
1243 Shape.FramePtr = Handle.getValPtr(); in splitRetconCoroutine()